mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
Update process_payroll.py
This commit is contained in:
@@ -298,7 +298,9 @@ class ProcessPayroll(Document):
|
||||
})
|
||||
account_amt_list.append({
|
||||
"account": loan_accounts.interest_income_account,
|
||||
"credit_in_account_currency": loan_amounts.total_interest_amount
|
||||
"credit_in_account_currency": loan_amounts.total_interest_amount,
|
||||
"cost_center": self.cost_center,
|
||||
"project": self.project
|
||||
})
|
||||
adjustment_amt = adjustment_amt-(loan_amounts.total_loan_repayment)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user