Skip to content

Commit 7db0aed

Browse files
author
Douglas Radburn
committed
Matched | in original source. Moving these within {{/if}} should be another PR.
1 parent f34f7f1 commit 7db0aed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/code/Magento/Customer/etc/config.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,11 @@ T: {{var telephone}}
8686
{{depend street2}}{{var street2}}|{{/depend}}
8787
{{depend street3}}{{var street3}}|{{/depend}}
8888
{{depend street4}}{{var street4}}|{{/depend}}
89-
90-
{{if city}}{{var city}},{{/if}}{{if region}}{{var region}}, {{/if}}{{if postcode}}{{var postcode}}|{{/if}}
89+
{{if city}}{{var city}}, {{/if}}{{if region}}{{var region}}, {{/if}}{{if postcode}}{{var postcode}}{{/if}}|
9190
{{var country}}|
9291
{{depend telephone}}T: {{var telephone}}|{{/depend}}
93-
{{depend fax}}F: {{var fax}}|{{/depend}}
94-
{{depend vat_id}}VAT: {{var vat_id}}|{{/depend}}]]></pdf>
92+
{{depend fax}}F: {{var fax}}|{{/depend}}|
93+
{{depend vat_id}}VAT: {{var vat_id}}{{/depend}}|]]></pdf>
9594
</address_templates>
9695
</customer>
9796
</default>

0 commit comments

Comments
 (0)