Update process_payroll.py
This commit is contained in:
parent
1b204c8e4e
commit
e49d901907
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user