refactor: internal transfer gl

This commit is contained in:
ruthra kumar
2025-03-08 11:45:12 +05:30
parent 55d0636123
commit f1d8feec15

View File

@@ -1445,6 +1445,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,
},