mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 03:56:24 +00:00
Refactor upload of test result
This commit is contained in:
parent
4339f70d64
commit
e1a8ecc5f0
2 changed files with 16 additions and 34 deletions
|
|
@ -58,7 +58,7 @@ class _PartStockDisplayState extends RefreshableState<PartStockDetailWidget> {
|
|||
title: Text(part.fullname),
|
||||
subtitle: Text(part.description),
|
||||
leading: InvenTreeAPI().getImage(part.thumbnail),
|
||||
trailing: Text('${part.inStock}'),
|
||||
trailing: Text(part.inStockString),
|
||||
)
|
||||
),
|
||||
PartStockList(part.stockItems),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue