fix: stock ledger report not working if include uom selected in filter

This commit is contained in:
Rohit Waghchaure
2021-08-23 13:36:13 +05:30
parent 5b411dc1f6
commit 1810b73113

View File

@@ -23,6 +23,7 @@ def execute(filters=None):
conversion_factors = []
if opening_row:
data.append(opening_row)
conversion_factors.append(0)
actual_qty = stock_value = 0