fix: Is Secured Loan check mapping

This commit is contained in:
Deepesh Garg 2020-08-11 18:03:28 +05:30
parent ee5b9c7691
commit 2633e292a5

View File

@ -133,10 +133,7 @@ def create_loan(source_name, target_doc=None, submit=0):
"validation": {
"docstatus": ["=", 1]
},
"postprocess": update_accounts,
"field_no_map": [
"is_secured_loan"
]
"postprocess": update_accounts
}
}, target_doc)