2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

[Feature] Shipment Creation in Stock Allocation Modal (#3024)

* Added order reference to line item options

* Basic working version implemented

* Re-execute fields function in secondary modals

* Added missing argument and parameter

* Added missing parentheses

* Fixed hidden field name for depth > 0
This commit is contained in:
Maksim Stojkovic
2022-05-22 09:34:38 +10:00
committed by GitHub
parent 40153b94a5
commit 0ec067da40
3 changed files with 65 additions and 5 deletions

View File

@ -257,6 +257,7 @@
'#so-lines-table',
{
order: {{ order.pk }},
reference: '{{ order.reference }}',
status: {{ order.status }},
}
);