mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 10:11:20 +00:00
fix: make contract template editable (#23891)
This commit is contained in:
committed by
Shivam Mishra
parent
10c168e257
commit
39102e68df
@@ -23,8 +23,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "contract_terms",
|
"fieldname": "contract_terms",
|
||||||
"fieldtype": "Text Editor",
|
"fieldtype": "Text Editor",
|
||||||
"label": "Contract Terms and Conditions",
|
"label": "Contract Terms and Conditions"
|
||||||
"read_only": 1
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "sb_fulfilment",
|
"fieldname": "sb_fulfilment",
|
||||||
@@ -45,7 +44,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-06-03 00:24:58.179816",
|
"modified": "2020-11-11 17:49:44.879363",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "CRM",
|
"module": "CRM",
|
||||||
"name": "Contract Template",
|
"name": "Contract Template",
|
||||||
|
|||||||
Reference in New Issue
Block a user