Skip to content

Commit

Permalink
Merge PR #1262 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 4, 2024
2 parents 0a7c7b9 + e2bfb27 commit a0a7389
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_financial_report/report/general_ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a0a7389

Please sign in to comment.