Merge pull request #54307 from aerele/fix/populate_project_from_pe

fix(accounts): fetch project name from payment entry to journal entry
This commit is contained in:
Shllokkk
2026-04-21 18:57:45 +05:30
committed by GitHub
3 changed files with 36 additions and 0 deletions

View File

@@ -1770,6 +1770,7 @@ class AccountsController(TransactionBase):
arg.get("referenced_row"),
arg.get("cost_center"),
dimensions_dict,
arg.get("project"),
)
frappe.msgprint(
_("Exchange Gain/Loss amount has been booked through {0}").format(
@@ -1854,6 +1855,7 @@ class AccountsController(TransactionBase):
d.idx,
self.cost_center,
dimensions_dict,
self.project,
)
frappe.msgprint(
_("Exchange Gain/Loss amount has been booked through {0}").format(