fix: Available stock for packing item report
This commit is contained in:
@@ -18,6 +18,7 @@ def execute(filters=None):
|
||||
|
||||
for wh, item_qty in warehouse.items():
|
||||
total += 1
|
||||
if item_map.get(sbom):
|
||||
row = [sbom, item_map.get(sbom).item_name, item_map.get(sbom).description,
|
||||
item_map.get(sbom).stock_uom, wh]
|
||||
available_qty = item_qty
|
||||
|
||||
Reference in New Issue
Block a user