From 7f10044195d040e6e0b98d2b642c305ba243be73 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Fri, 2 Apr 2021 12:04:42 +0530 Subject: [PATCH] fix: Typo --- .../doctype/loan_security_shortfall/loan_security_shortfall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c9b77167d6..653943629e 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 @@ def update_pending_shortfall(shortfall): { "status": "Completed", "shortfall_amount": 0, - "shortfall_precentage": 0 + "shortfall_percentage": 0 })