2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

Stock location can now be identified via the app

This commit is contained in:
Oliver Walters
2022-05-10 00:15:20 +10:00
parent 30b4ed9600
commit 03c6de8255
4 changed files with 107 additions and 10 deletions

View File

@ -217,14 +217,14 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
Map<String, dynamic> fields = {
"label": {
"label": "Label Template",
"label": L10().labelTemplate,
"type": "choice",
"value": initial_label,
"choices": label_options,
"required": true,
},
"plugin": {
"label": "Printer",
"label": L10().pluginPrinter,
"type": "choice",
"value": initial_plugin,
"choices": plugin_options,