JS bug fix
This commit is contained in:
parent
83256b1014
commit
5c1fddd96d
|
|
@ -53,8 +53,6 @@ loadAttachmentTable(
|
|||
});
|
||||
},
|
||||
onDelete: function(pk) {
|
||||
var pk = button.attr('pk');
|
||||
|
||||
constructForm(`/api/order/so/attachment/${pk}/`, {
|
||||
method: 'DELETE',
|
||||
confirmMessage: '{% trans "Confirm Delete Operation" %}',
|
||||
|
|
|
|||
Loading…
Reference in New Issue