mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
fix: Is Secured Loan check mapping
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user