2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 13:36:50 +00:00

Fix bug in StockItem display

This commit is contained in:
Oliver Walters 2020-05-30 20:54:19 +10:00
parent 39c0470b2a
commit 5d62344cc7

View File

@ -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?