mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Fix for quantity display
This commit is contained in:
parent
f058cefad2
commit
5728d1e698
1 changed files with 1 additions and 1 deletions
|
|
@ -401,7 +401,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
|||
if (serialNumber.isNotEmpty) {
|
||||
return "SN: $serialNumber";
|
||||
} else {
|
||||
return quantity.toString().trim();
|
||||
return quantityString;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue