commit | ce29757bff235030d49bc1caf3d2a17d4fd2b941 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Aug 31 11:26:51 2020 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Aug 31 11:26:51 2020 +0530 |
tree | 25d799840635fcbe1030f9fb9f32a5cfe48adc07 | |
parent | a4259208e7482df727d8efc1beace9eb4906467c [diff] |
fix: Import flt
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 c3ea882..71e741c 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
@@ -4,7 +4,7 @@ from __future__ import unicode_literals import frappe -from frappe.utils import get_datetime +from frappe.utils import get_datetime, flt from frappe.model.document import Document from six import iteritems from erpnext.loan_management.doctype.loan_security_unpledge.loan_security_unpledge import get_pledged_security_qty