mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Fix bug in StockItem display
This commit is contained in:
parent
39c0470b2a
commit
5d62344cc7
1 changed files with 8 additions and 0 deletions
|
|
@ -396,6 +396,14 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
} else {
|
||||||
|
tiles.add(
|
||||||
|
ListTile(
|
||||||
|
title: Text("Stock Location"),
|
||||||
|
leading: FaIcon(FontAwesomeIcons.mapMarkerAlt),
|
||||||
|
subtitle: Text("No location set"),
|
||||||
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Supplier part?
|
// Supplier part?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue