2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

Adds "barcode" field handler for API forms

This commit is contained in:
Oliver
2021-10-03 11:36:41 +11:00
parent 38e4735f77
commit 6288088a65
4 changed files with 118 additions and 5 deletions

View File

@ -195,6 +195,13 @@ class _PurchaseOrderDetailState extends RefreshableState<PurchaseOrderDetailWidg
"nested": true,
},
"location": {
},
"barcode": {
"parent": "items",
"nested": true,
"type": "barcode",
"label": L10().barcodeAssign,
"required": false,
}
};