Merge pull request #21632 from SDLyu/patch-1
format: Add address template for Taiwan.
This commit is contained in:
commit
b29926c913
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 -%}
|
Loading…
x
Reference in New Issue
Block a user