mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-08 04:53:26 +00:00
Merge pull request #23621 from frappe/address_template_luxembourg
feat: add address template for luxembourg
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user