mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 07:22:13 +00:00
fix: field_type is small text for v15
This commit is contained in:
@@ -183,13 +183,8 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "address_display",
|
"fieldname": "address_display",
|
||||||
<<<<<<< HEAD
|
|
||||||
"fieldtype": "Small Text",
|
"fieldtype": "Small Text",
|
||||||
"label": "Supplier Address Details",
|
|
||||||
=======
|
|
||||||
"fieldtype": "Text Editor",
|
|
||||||
"label": "Job Worker Address Details",
|
"label": "Job Worker Address Details",
|
||||||
>>>>>>> 302339998f (fix: Fields Modification for Subcontracting DocTypes (#42383))
|
|
||||||
"read_only": 1
|
"read_only": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user