Skip to content

Commit

Permalink
OAM-38: Added missing actionType to proof of delivery table
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikNoga committed Jul 15, 2024
1 parent ae9b1d5 commit 5fbd4d2
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 5fbd4d2

Please sign in to comment.