feat: add french address template (#26316)
* add french address template Co-authored-by: Ankush <ankush@iwebnotes.com>
This commit is contained in:
parent
27a29eb6bc
commit
07e65ab589
5
erpnext/regional/address_template/templates/france.html
Normal file
5
erpnext/regional/address_template/templates/france.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% if address_line1 %}{{ address_line1 }}{% endif -%}
|
||||
{% if address_line2 %}<br>{{ address_line2 }}{% endif -%}
|
||||
{% if pincode %}<br>{{ pincode }}{% endif -%}
|
||||
{% if city %} {{ city }}{% endif -%}
|
||||
{% if country %}<br>{{ country }}{% endif -%}
|
Loading…
x
Reference in New Issue
Block a user