mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
feat: 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