mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Merge pull request #17151 from Alchez/develop-company-address-label
fix(selling): Add missing label to company address field
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user