mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
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"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user