fix(selling): Add missing label to company address field

This commit is contained in:
Rohan Bansal 2019-07-05 12:09:22 +05:30
parent c269c68727
commit 83740de636

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"
}, },
{ {
@ -682,10 +683,10 @@
"label": "Additional Discount and Coupon Code" "label": "Additional Discount and Coupon Code"
}, },
{ {
"fieldname": "coupon_code", "fieldname": "coupon_code",
"fieldtype": "Link", "fieldtype": "Link",
"label": "Coupon Code", "label": "Coupon Code",
"options": "Coupon Code" "options": "Coupon Code"
}, },
{ {
"default": "Grand Total", "default": "Grand Total",
@ -1192,7 +1193,7 @@
"icon": "fa fa-file-text", "icon": "fa fa-file-text",
"idx": 105, "idx": 105,
"is_submittable": 1, "is_submittable": 1,
"modified": "2019-10-14 08:46:07.540565", "modified": "2019-10-16 00:45:55.686974",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Sales Order", "name": "Sales Order",
@ -1269,4 +1270,4 @@
"title_field": "title", "title_field": "title",
"track_changes": 1, "track_changes": 1,
"track_seen": 1 "track_seen": 1
} }