mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
Merge pull request #2044 from SchrodingersGat/new-line-item
Bug fix - "Add line item" button
This commit is contained in:
commit
71ca60d679
@ -201,7 +201,9 @@ $('#new-po-line').click(function() {
|
|||||||
},
|
},
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
title: '{% trans "Add Line Item" %}',
|
title: '{% trans "Add Line Item" %}',
|
||||||
onSuccess: reloadTable,
|
onSuccess: function() {
|
||||||
|
$('#po-line-table').bootstrapTable('refresh');
|
||||||
|
},
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user