Merge pull request #17151 from Alchez/develop-company-address-label

fix(selling): Add missing label to company address field
This commit is contained in:
Deepesh Garg
2019-11-01 11:56:08 +05:30
committed by GitHub

View File

@@ -31,8 +31,8 @@
"contact_phone", "contact_phone",
"contact_mobile", "contact_mobile",
"contact_email", "contact_email",
"company_address_display",
"company_address", "company_address",
"company_address_display",
"col_break46", "col_break46",
"shipping_address_name", "shipping_address_name",
"shipping_address", "shipping_address",
@@ -342,12 +342,13 @@
{ {
"fieldname": "company_address_display", "fieldname": "company_address_display",
"fieldtype": "Small Text", "fieldtype": "Small Text",
"label": "Company Address",
"read_only": 1 "read_only": 1
}, },
{ {
"fieldname": "company_address", "fieldname": "company_address",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Company Address", "label": "Company Address Name",
"options": "Address" "options": "Address"
}, },
{ {
@@ -1193,7 +1194,7 @@
"icon": "fa fa-file-text", "icon": "fa fa-file-text",
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"modified": "2019-10-22 14:26:42.767189", "modified": "2019-10-23 14:26:42.767189",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales Order", "name": "Sales Order",