feat: add french address template (bp #26316)
* add french address template Co-authored-by: HENRY Florian <florian.henry@open-concept.pro> (cherry picked from commit 07e65ab5895f166b6dceb38dfbea1cb90f6015b9)
This commit is contained in:
parent
e9c293d621
commit
bba9aac9c0
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