mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +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": {
|
"validation": {
|
||||||
"docstatus": ["=", 1]
|
"docstatus": ["=", 1]
|
||||||
},
|
},
|
||||||
"postprocess": update_accounts,
|
"postprocess": update_accounts
|
||||||
"field_no_map": [
|
|
||||||
"is_secured_loan"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}, target_doc)
|
}, target_doc)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user