mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-12 18:25:26 +00:00
Specify batch code for incoming items (#386)
When receiving against purchase order
This commit is contained in:
@ -121,7 +121,10 @@ class _POLineDetailWidgetState extends RefreshableState<POLineDetailWidget> {
|
||||
"parent": "items",
|
||||
"nested": true,
|
||||
},
|
||||
"location": {
|
||||
"location": {},
|
||||
"batch_code": {
|
||||
"parent": "items",
|
||||
"nested": true,
|
||||
},
|
||||
"barcode": {
|
||||
"parent": "items",
|
||||
|
Reference in New Issue
Block a user