mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-23 15:20:55 +00:00
@ -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) {
|
||||||
|
Reference in New Issue
Block a user