refactor: internal transfer gl

(cherry picked from commit f1d8feec15)
This commit is contained in:
ruthra kumar
2025-03-08 11:45:12 +05:30
committed by Mergify
parent a1cf27ec17
commit cd1803a74d

View File

@@ -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,
},