2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00

Specify batch code for incoming items (#386)

When receiving against purchase order
This commit is contained in:
Oliver 2023-06-29 22:48:14 +10:00 committed by GitHub
parent 279c15509c
commit 320b16f86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,10 @@ class _POLineDetailWidgetState extends RefreshableState<POLineDetailWidget> {
"parent": "items", "parent": "items",
"nested": true, "nested": true,
}, },
"location": { "location": {},
"batch_code": {
"parent": "items",
"nested": true,
}, },
"barcode": { "barcode": {
"parent": "items", "parent": "items",