From 5c0d2cb47419ce57def83321c39be7dc53b0ca39 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 21:06:52 +0530 Subject: [PATCH] feat: danish_bosnian_address_template (backport #54093) (#54516) feat: danish_bosnian_address_template (#54093) (cherry picked from commit e517eeaaa2025e96820c97e7e439abce8ce508a9) Co-authored-by: mahsem <137205921+mahsem@users.noreply.github.com> --- .../address_template/templates/bosnia_and_herzegovina.html | 4 ++++ erpnext/regional/address_template/templates/denmark.html | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 erpnext/regional/address_template/templates/bosnia_and_herzegovina.html create mode 100644 erpnext/regional/address_template/templates/denmark.html diff --git a/erpnext/regional/address_template/templates/bosnia_and_herzegovina.html b/erpnext/regional/address_template/templates/bosnia_and_herzegovina.html new file mode 100644 index 00000000000..0c2ed73f0ae --- /dev/null +++ b/erpnext/regional/address_template/templates/bosnia_and_herzegovina.html @@ -0,0 +1,4 @@ +{{ address_line1 }}
+{% if address_line2 %}{{ address_line2 }}
{% endif -%} +{{ pincode }} {{ city | upper }}
+{{ country | upper }} \ No newline at end of file diff --git a/erpnext/regional/address_template/templates/denmark.html b/erpnext/regional/address_template/templates/denmark.html new file mode 100644 index 00000000000..0c2ed73f0ae --- /dev/null +++ b/erpnext/regional/address_template/templates/denmark.html @@ -0,0 +1,4 @@ +{{ address_line1 }}
+{% if address_line2 %}{{ address_line2 }}
{% endif -%} +{{ pincode }} {{ city | upper }}
+{{ country | upper }} \ No newline at end of file