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