mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
@ -1046,6 +1046,10 @@ function adjustStock(action, items, options={}) {
|
||||
|
||||
var quantity = item.quantity;
|
||||
|
||||
if (item.part_detail.units != null) {
|
||||
quantity += ` ${item.part_detail.units}`;
|
||||
}
|
||||
|
||||
var location = locationDetail(item, false);
|
||||
|
||||
if (item.location_detail) {
|
||||
|
Reference in New Issue
Block a user