Merge pull request #27127 from rohitwaghchaure/v13-fixed-stock-ledger-report-with-included-uom
fix: stock ledger report not working if include uom selected in filter
This commit is contained in:
@@ -23,6 +23,7 @@ def execute(filters=None):
|
|||||||
conversion_factors = []
|
conversion_factors = []
|
||||||
if opening_row:
|
if opening_row:
|
||||||
data.append(opening_row)
|
data.append(opening_row)
|
||||||
|
conversion_factors.append(0)
|
||||||
|
|
||||||
actual_qty = stock_value = 0
|
actual_qty = stock_value = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user