mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-17 04:35:26 +00:00
Merge remote-tracking branch 'origin/master' into stock-item-delete
This commit is contained in:
@ -230,6 +230,8 @@ class InvenTreeStockItem extends InvenTreeModel {
|
||||
|
||||
int get trackingItemCount => (jsondata["tracking_items"] ?? 0) as int;
|
||||
|
||||
bool get isBuilding => (jsondata["is_building"] ?? false) as bool;
|
||||
|
||||
// Date of last update
|
||||
DateTime? get updatedDate {
|
||||
if (jsondata.containsKey("updated")) {
|
||||
|
Reference in New Issue
Block a user