diff --git a/account_financial_report/report/general_ledger.py b/account_financial_report/report/general_ledger.py index b312f3e92b1..d4cc6ef1216 100644 --- a/account_financial_report/report/general_ledger.py +++ b/account_financial_report/report/general_ledger.py @@ -877,6 +877,7 @@ def _get_report_values(self, docids, data): fin_bal_currency_ids = [] fin_bal_currency_id = gl_item["currency_id"] if gl_item["currency_id"] or not foreign_currency: + gl_item["fin_bal_currency_id"] = fin_bal_currency_id continue gl_item["fin_bal"]["bal_curr"] = gl_item["init_bal"]["bal_curr"] if "move_lines" in gl_item: