2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00
This commit is contained in:
Oliver Walters
2021-08-24 22:31:13 +10:00
parent 0d7eb6b72c
commit 42af52ee51
2 changed files with 145 additions and 1 deletions

View File

@ -188,6 +188,11 @@ $("#edit-order").click(function() {
});
$("#receive-order").click(function() {
receivePurchaseOrder({{ order.pk }});
return;
launchModalForm("{% url 'po-receive' order.id %}", {
reload: true,
secondary: [