mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
Merge pull request #21632 from SDLyu/patch-1
format: Add address template for Taiwan.
This commit is contained in:
4
erpnext/regional/address_template/templates/taiwan.html
Normal file
4
erpnext/regional/address_template/templates/taiwan.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ country }}<br>{% if pincode %}{{ pincode }}<br>{% endif -%}{{ county }}{{ city }}{{ address_line1 }}{% if address_line2 %}{{ address_line2 }}{% endif -%}
|
||||
{% if phone %}<br>Phone: {{ phone }}{% endif -%}
|
||||
{% if fax %}<br>Fax: {{ fax }}{% endif -%}
|
||||
{% if email_id %}<br>Email: {{ email_id }}{% endif -%}
|
||||
Reference in New Issue
Block a user