fix: Available stock for packing item report

This commit is contained in:
deepeshgarg007
2019-12-01 21:53:32 +05:30
parent da5e227ad6
commit 9b64e2e24c

View File

@@ -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