2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Upon successful creation (in a secondary modal) update the field in the primary modal

This commit is contained in:
Oliver Walters
2019-05-14 23:04:49 +10:00
parent a316681ec8
commit be1b458634
2 changed files with 16 additions and 2 deletions

View File

@ -32,8 +32,8 @@ class CreateStockItemForm(HelperForm):
'part',
'supplier_part',
'location',
'batch',
'quantity',
'batch',
'delete_on_deplete',
'status',
'notes',