mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
parent
45d50fc618
commit
b02ce1f01e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user