mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
display stock item packaging
This commit is contained in:
parent
baa3d3a1bb
commit
87864d2f07
3 changed files with 13 additions and 1 deletions
|
|
@ -220,6 +220,8 @@ class InvenTreeStockItem extends InvenTreeModel {
|
|||
|
||||
int get status => jsondata['status'] ?? -1;
|
||||
|
||||
String get packaging => jsondata["packaging"] ?? "";
|
||||
|
||||
String get batch => jsondata["batch"] ?? "";
|
||||
|
||||
int get partId => jsondata['part'] ?? -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue