mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Specify batch code for incoming items (#386)
When receiving against purchase order
This commit is contained in:
parent
279c15509c
commit
320b16f86e
1 changed files with 4 additions and 1 deletions
|
|
@ -121,7 +121,10 @@ class _POLineDetailWidgetState extends RefreshableState<POLineDetailWidget> {
|
|||
"parent": "items",
|
||||
"nested": true,
|
||||
},
|
||||
"location": {
|
||||
"location": {},
|
||||
"batch_code": {
|
||||
"parent": "items",
|
||||
"nested": true,
|
||||
},
|
||||
"barcode": {
|
||||
"parent": "items",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue