Merge pull request #27080 from rohitwaghchaure/fixed-stock-ledger-report-with-included-uom

fix: stock ledger report not working if include UOM selected in filter
This commit is contained in:
rohitwaghchaure 2021-08-24 10:16:35 +05:30 committed by GitHub
commit db385261f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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