mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-29 22:16:47 +00:00
Fix for quantity display
This commit is contained in:
parent
f058cefad2
commit
5728d1e698
@ -401,7 +401,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
|||||||
if (serialNumber.isNotEmpty) {
|
if (serialNumber.isNotEmpty) {
|
||||||
return "SN: $serialNumber";
|
return "SN: $serialNumber";
|
||||||
} else {
|
} else {
|
||||||
return quantity.toString().trim();
|
return quantityString;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user