Skip to content

Commit

Permalink
Merge PR #1260 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Dec 3, 2024
2 parents f92bdc9 + 1bc702f commit bd281c8
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 @@ -863,6 +863,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 bd281c8

Please sign in to comment.