Skip to content

Commit

Permalink
Merge pull request #150 from OpenLMIS-Angola/Bug/fixProofOfDeliveryTable
Browse files Browse the repository at this point in the history
OAM-38: Added missing actionType to proof of delivery table
  • Loading branch information
DominikNoga authored Jul 15, 2024
2 parents ae9b1d5 + 5fbd4d2 commit aefa68f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,15 +315,15 @@
classes: 'col-sticky sticky-right',
data: [
{
type: TABLE_CONSTANTS.CLICK,
type: TABLE_CONSTANTS.actionTypes.CLICK,
text: 'proofOfDeliveryManage.manage',
classes: 'primary',
onClick: function(item) {
vm.openPod(item.id);
}
},
{
type: TABLE_CONSTANTS.CLICK,
type: TABLE_CONSTANTS.actionTypes.CLICK,
text: 'proofOfDeliveryManage.print',
onClick: function(item) {
vm.printProofOfDelivery(item.id);
Expand Down

0 comments on commit aefa68f

Please sign in to comment.