mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
JS bug fix
This commit is contained in:
@ -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" %}',
|
||||
|
Reference in New Issue
Block a user