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