From cd1803a74d4fca0fead907c6b791ce1c54a61b0c Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Sat, 8 Mar 2025 11:45:12 +0530 Subject: [PATCH] refactor: internal transfer gl (cherry picked from commit f1d8feec15595e9529af91827d106e77c1c0354d) --- erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py index 146b2f5b210..5092c365fef 100644 --- a/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py +++ b/erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py @@ -1439,6 +1439,7 @@ class PurchaseInvoice(BuyingController): "account": self.unrealized_profit_loss_account, "against": self.supplier, "credit": flt(self.total_taxes_and_charges), + "credit_in_transaction_currency": flt(self.total_taxes_and_charges), "credit_in_account_currency": flt(self.base_total_taxes_and_charges), "cost_center": self.cost_center, },