Merge pull request #23621 from frappe/address_template_luxembourg

feat: add address template for luxembourg
This commit is contained in:
Deepesh Garg 2020-10-13 21:31:51 +05:30 committed by GitHub
commit 8a7886ac60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
{% if address_line1 %}{{ address_line1 }}<br>{% endif -%}
{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}
{% if pincode %}L-{{ pincode }}{% endif -%}{% if city %} {{ city }}{% endif %}<br>
{% if country %}{{ country | upper }}{% endif %}