commit | 7f10044195d040e6e0b98d2b642c305ba243be73 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Fri Apr 02 12:04:42 2021 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Fri Apr 02 12:04:42 2021 +0530 |
tree | 0c3f9f0f96483da0605d9fe27cd3ba5fbed3ffee | |
parent | eea20f83ab19e0c050156fd82ebc274dcdcdd92f [diff] |
fix: Typo
diff --git a/erpnext/loan_management/doctype/loan_security_shortfall/loan_security_shortfall.py b/erpnext/loan_management/doctype/loan_security_shortfall/loan_security_shortfall.py index c9b7716..6539436 100644 --- a/erpnext/loan_management/doctype/loan_security_shortfall/loan_security_shortfall.py +++ b/erpnext/loan_management/doctype/loan_security_shortfall/loan_security_shortfall.py
@@ -120,6 +120,6 @@ { "status": "Completed", "shortfall_amount": 0, - "shortfall_precentage": 0 + "shortfall_percentage": 0 })