mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
refactor: internal transfer gl
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user