Update process_payroll.py

This commit is contained in:
Nabin Hait 2017-02-20 18:36:12 +05:30 committed by GitHub
parent 1b204c8e4e
commit e49d901907

View File

@ -298,7 +298,9 @@ class ProcessPayroll(Document):
}) })
account_amt_list.append({ account_amt_list.append({
"account": loan_accounts.interest_income_account, "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) adjustment_amt = adjustment_amt-(loan_amounts.total_loan_repayment)