fix(accounts): fetch project name from payment entry to journal entry

This commit is contained in:
sarathibalamurugan
2026-04-15 16:49:07 +05:30
parent 9ecbf57a84
commit d9b255b952
2 changed files with 5 additions and 0 deletions

View File

@@ -1768,6 +1768,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(
@@ -1852,6 +1853,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(