commit | 0dc052e635d5b9846265807af29f704105c9afc4 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Nov 11 12:57:16 2020 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Nov 11 12:57:16 2020 +0530 |
tree | eb5ef47845ed1961bb36cd632be5d00f26318c04 | |
parent | 13d1dda74b88c8c46d0e3adf618433e687c6cda2 [diff] |
fix: Return loan type name
diff --git a/erpnext/patches/v13_0/update_old_loans.py b/erpnext/patches/v13_0/update_old_loans.py index 70c1b7e..fcadc627 100644 --- a/erpnext/patches/v13_0/update_old_loans.py +++ b/erpnext/patches/v13_0/update_old_loans.py
@@ -125,3 +125,5 @@ loan_type_doc.interest_income_account = loan.interest_income_account loan_type_doc.penalty_income_account = penalty_account loan_type_doc.submit() + + return loan_type_name