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 committed Oct 15, 2024
1 parent 44ffdb0 commit 2be7126
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 @@ -746,7 +746,7 @@ def test_loan_repayment_from_salary(self):
branch=branch,
cost_center="Main - _TC",
payment_account="Cash - _TC",
total_loan_repayment=loan.monthly_repayment_amount
total_loan_repayment=loan.monthly_repayment_amount,
)

bank_entry = payroll_entry.make_bank_entry()
Expand Down

0 comments on commit 2be7126

Please sign in to comment.