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

This commit is contained in:
rohitwaghchaure 2019-12-27 12:35:58 +05:30 committed by Nabin Hait
parent e944f7ac05
commit 616431d7c3

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])