Skip to content
Snippets Groups Projects
Commit a5acc10b authored by Marjolaine Le Bon's avatar Marjolaine Le Bon
Browse files

patch: add customer complete address on the project profile

parent 79fc3d4c
No related branches found
Tags v0.7.3
1 merge request!311patch: add customer complete address on the project profile
Pipeline #11405 passed
...@@ -108,7 +108,7 @@ div( ...@@ -108,7 +108,7 @@ div(
solid-display.segment.full.labelled-avatar.two-lines.whitespace-normal.children.children-full.sm-children-full.margin-bottom-medium( solid-display.segment.full.labelled-avatar.two-lines.whitespace-normal.children.children-full.sm-children-full.margin-bottom-medium(
bind-resources bind-resources
fields='customerName(titlecustomername, customer.name), customerAddress(titlecustomeraddress, customer.address)' fields='customerName(titlecustomername, customer.name), customerAddress(titlecustomeraddress, customer.address, customer.postcode, customer.city, customer.country)'
value-titlecustomername='' value-titlecustomername=''
value-titlecustomeraddress='' value-titlecustomeraddress=''
...@@ -117,6 +117,9 @@ div( ...@@ -117,6 +117,9 @@ div(
class-customerAddress="segment block margin-top-small margin-bottom-medium whitespace-normal" class-customerAddress="segment block margin-top-small margin-bottom-medium whitespace-normal"
class-titlecustomername="text-semibold text-color-heading margin-right-xxsmall" class-titlecustomername="text-semibold text-color-heading margin-right-xxsmall"
class-titlecustomeraddress="text-semibold text-color-heading margin-right-xxsmall" class-titlecustomeraddress="text-semibold text-color-heading margin-right-xxsmall"
class-customer.postcode="margin-left-xxsmall"
class-customer.city="margin-left-xxsmall"
class-customer.country="margin-left-xxsmall"
data-trans='value-titlecustomername=project.profile.customerName;value-titlecustomeraddress=project.profile.customerAddress' data-trans='value-titlecustomername=project.profile.customerName;value-titlecustomeraddress=project.profile.customerAddress'
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment