Skip to content

Commit

Permalink
chore: min_days_bw_disbursement_first_repayment should be int
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbaburajan committed Oct 12, 2023
1 parent e729068 commit 9e21679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lending/loan_management/doctype/loan/test_loan.py
Original file line number Diff line number Diff line change
Expand Up @@ -1353,5 +1353,5 @@ def set_loan_settings_in_company(company=None):
if not company:
company = "_Test Company"
company = frappe.get_doc("Company", company)
company.min_days_bw_disbursement_first_repayment = "15"
company.min_days_bw_disbursement_first_repayment = 15
company.save()

0 comments on commit 9e21679

Please sign in to comment.