diff --git a/src/proof-of-delivery-manage/proof-of-delivery-manage.controller.js b/src/proof-of-delivery-manage/proof-of-delivery-manage.controller.js index 2e6b87c..eac56bd 100644 --- a/src/proof-of-delivery-manage/proof-of-delivery-manage.controller.js +++ b/src/proof-of-delivery-manage/proof-of-delivery-manage.controller.js @@ -315,7 +315,7 @@ classes: 'col-sticky sticky-right', data: [ { - type: TABLE_CONSTANTS.CLICK, + type: TABLE_CONSTANTS.actionTypes.CLICK, text: 'proofOfDeliveryManage.manage', classes: 'primary', onClick: function(item) { @@ -323,7 +323,7 @@ } }, { - type: TABLE_CONSTANTS.CLICK, + type: TABLE_CONSTANTS.actionTypes.CLICK, text: 'proofOfDeliveryManage.print', onClick: function(item) { vm.printProofOfDelivery(item.id);