Skip to content

Commit

Permalink
fix: payroll bank entry with the Loan Repayment amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihantra-Patel authored and iamejaaz committed Oct 15, 2024
1 parent f85c77a commit 07dd28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hrms/payroll/doctype/payroll_entry/test_payroll_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ def test_loan_repayment_from_salary(self):
total_loan_repayment=loan.monthly_repayment_amount,
)

bank_entry = payroll_entry.make_bank_entry()
payroll_entry.make_bank_entry()
submit_bank_entry(payroll_entry.name)


Expand Down

0 comments on commit 07dd28c

Please sign in to comment.