commit | 589364856c23aa97f7b235c01d96ab7d6e4b208e | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Sat Jun 27 18:44:36 2020 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Sat Jun 27 18:44:36 2020 +0530 |
tree | 0accaab59ef156fc9e5126000d8df87e551952fd | |
parent | a66ce050ff0e52734d39b29f0936e3919b37e221 [diff] |
fix: Syntax Error
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 99cb0b3..ffd9673 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
@@ -20,7 +20,7 @@ if security_value >= loan_security_shortfall.shortfall_amount: frappe.db.set_value("Loan Security Shortfall", loan_security_shortfall.name, { - "status", "Completed", + "status": "Completed", "shortfall_value": loan_security_shortfall.shortfall_amount}) else: frappe.db.set_value("Loan Security Shortfall", loan_security_shortfall.name,