mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-17 04:35:26 +00:00
Fix for quantity display
This commit is contained in:
@ -401,7 +401,7 @@ class InvenTreeStockItem extends InvenTreeModel {
|
||||
if (serialNumber.isNotEmpty) {
|
||||
return "SN: $serialNumber";
|
||||
} else {
|
||||
return quantity.toString().trim();
|
||||
return quantityString;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user