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():
|
for wh, item_qty in warehouse.items():
|
||||||
total += 1
|
total += 1
|
||||||
|
if item_map.get(sbom):
|
||||||
row = [sbom, item_map.get(sbom).item_name, item_map.get(sbom).description,
|
row = [sbom, item_map.get(sbom).item_name, item_map.get(sbom).description,
|
||||||
item_map.get(sbom).stock_uom, wh]
|
item_map.get(sbom).stock_uom, wh]
|
||||||
available_qty = item_qty
|
available_qty = item_qty
|
||||||
|
|||||||
Reference in New Issue
Block a user