mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Display number of items on order
This commit is contained in:
parent
71ef6b3c5a
commit
48d5c2e560
2 changed files with 10 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
|||
title: Text(L10().onOrder),
|
||||
subtitle: Text(L10().onOrderDetails),
|
||||
leading: FaIcon(FontAwesomeIcons.shoppingCart),
|
||||
trailing: Text("${part.onOrder}"),
|
||||
trailing: Text("${part.onOrderString}"),
|
||||
onTap: () {
|
||||
// TODO - Order views
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue