fix: incorrect reorder level in stock balance report (#20110)

This commit is contained in:
rohitwaghchaure
2019-12-27 12:36:14 +05:30
committed by Nabin Hait
parent 3d2e61eef3
commit b299026280

View File

@@ -55,7 +55,7 @@ def execute(filters=None):
'item_code': item, 'item_code': item,
'warehouse': warehouse, 'warehouse': warehouse,
'company': company, 'company': company,
'reorder_level': item_reorder_qty, 'reorder_level': item_reorder_level,
'reorder_qty': item_reorder_qty, 'reorder_qty': item_reorder_qty,
} }
report_data.update(item_map[item]) report_data.update(item_map[item])