mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
Merge pull request #46816 from frappe/mergify/bp/version-15-hotfix/pr-46737
feat(regional): Address Template for Germany & Add Switzerland Template (backport #46737)
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
{{ address_line1 }}<br>
|
{{ address_line1 }}<br>
|
||||||
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
|
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
|
||||||
{% if country in ["Germany", "Deutschland"] %}
|
{{ pincode }} {{ city | upper }}<br>
|
||||||
{{ pincode }} {{ city }}
|
{{ country | upper }}
|
||||||
{% else %}
|
|
||||||
{{ pincode }} {{ city | upper }}<br>
|
|
||||||
{{ country | upper }}
|
|
||||||
{% endif %}
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{{ address_line1 }}<br>
|
||||||
|
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
|
||||||
|
{{ pincode }} {{ city | upper }}<br>
|
||||||
|
{{ country | upper }}
|
||||||
Reference in New Issue
Block a user