mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
refactor: address field position
(cherry picked from commit 8ccd7a3e61)
# Conflicts:
# erpnext/public/scss/erpnext.scss
This commit is contained in:
@@ -143,11 +143,11 @@
|
|||||||
"contact_mobile",
|
"contact_mobile",
|
||||||
"contact_email",
|
"contact_email",
|
||||||
"company_shipping_address_section",
|
"company_shipping_address_section",
|
||||||
"shipping_address",
|
|
||||||
"shipping_address_display",
|
|
||||||
"column_break_126",
|
|
||||||
"dispatch_address",
|
"dispatch_address",
|
||||||
"dispatch_address_display",
|
"dispatch_address_display",
|
||||||
|
"column_break_126",
|
||||||
|
"shipping_address",
|
||||||
|
"shipping_address_display",
|
||||||
"company_billing_address_section",
|
"company_billing_address_section",
|
||||||
"billing_address",
|
"billing_address",
|
||||||
"column_break_130",
|
"column_break_130",
|
||||||
@@ -1548,7 +1548,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "company_shipping_address_section",
|
"fieldname": "company_shipping_address_section",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Company Shipping Address"
|
"label": "Shipping Address"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "column_break_126",
|
"fieldname": "column_break_126",
|
||||||
|
|||||||
@@ -109,11 +109,11 @@
|
|||||||
"contact_mobile",
|
"contact_mobile",
|
||||||
"contact_email",
|
"contact_email",
|
||||||
"shipping_address_section",
|
"shipping_address_section",
|
||||||
"shipping_address",
|
|
||||||
"shipping_address_display",
|
|
||||||
"column_break_99",
|
|
||||||
"dispatch_address",
|
"dispatch_address",
|
||||||
"dispatch_address_display",
|
"dispatch_address_display",
|
||||||
|
"column_break_99",
|
||||||
|
"shipping_address",
|
||||||
|
"shipping_address_display",
|
||||||
"company_billing_address_section",
|
"company_billing_address_section",
|
||||||
"billing_address",
|
"billing_address",
|
||||||
"column_break_103",
|
"column_break_103",
|
||||||
|
|||||||
@@ -590,6 +590,19 @@ body[data-route="pos"] {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
.frappe-control[data-fieldname="other_charges_calculation"] .ql-editor {
|
.frappe-control[data-fieldname="other_charges_calculation"] .ql-editor {
|
||||||
|
=======
|
||||||
|
.frappe-control[data-fieldname="other_charges_calculation"] .ql-editor,
|
||||||
|
.frappe-control[data-fieldname="address_display"] .ql-editor,
|
||||||
|
.frappe-control[data-fieldname="shipping_address_display"] .ql-editor,
|
||||||
|
.frappe-control[data-fieldname="shipping_address"] .ql-editor,
|
||||||
|
.frappe-control[data-fieldname="dispatch_address_display"] .ql-editor,
|
||||||
|
.frappe-control[data-fieldname="dispatch_address"] .ql-editor,
|
||||||
|
.frappe-control[data-fieldname="source_address_display"] .ql-editor,
|
||||||
|
.frappe-control[data-fieldname="target_address_display"] .ql-editor,
|
||||||
|
.frappe-control[data-fieldname="billing_address_display"] .ql-editor,
|
||||||
|
.frappe-control[data-fieldname="company_address_display"] .ql-editor {
|
||||||
|
>>>>>>> 8ccd7a3e61 (refactor: address field position)
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -112,11 +112,11 @@
|
|||||||
"contact_mobile",
|
"contact_mobile",
|
||||||
"contact_email",
|
"contact_email",
|
||||||
"section_break_98",
|
"section_break_98",
|
||||||
"shipping_address",
|
|
||||||
"shipping_address_display",
|
|
||||||
"column_break_100",
|
|
||||||
"dispatch_address",
|
"dispatch_address",
|
||||||
"dispatch_address_display",
|
"dispatch_address_display",
|
||||||
|
"column_break_100",
|
||||||
|
"shipping_address",
|
||||||
|
"shipping_address_display",
|
||||||
"billing_address_section",
|
"billing_address_section",
|
||||||
"billing_address",
|
"billing_address",
|
||||||
"column_break_104",
|
"column_break_104",
|
||||||
@@ -1200,7 +1200,7 @@
|
|||||||
{
|
{
|
||||||
"fieldname": "section_break_98",
|
"fieldname": "section_break_98",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Company Shipping Address"
|
"label": "Shipping Address"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "billing_address_section",
|
"fieldname": "billing_address_section",
|
||||||
|
|||||||
Reference in New Issue
Block a user