From d55a5ec58047dc53118dce1d3aecbeb398cf57de Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 7 Jun 2024 13:34:38 +0200 Subject: 🐛 Sheet: add missing fields, improve layout (refs #5863, #5864, #5865, #5866, #5867, #5868, #5869, #5870, #5871, #5872) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- archaeological_warehouse/templates/ishtar/sheet_warehouse.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'archaeological_warehouse/templates/ishtar/sheet_warehouse.html') diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html index ab22d10e4..2f953478e 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html +++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html @@ -111,8 +111,8 @@ {% include "ishtar/blocks/sheet_json.html" %} - {% if item.get_address or item.get_address_complement or item.get_postal_code or item.get_town %} -

{% trans "Geographic localisation" %}

+ {% if item.get_address or item.get_address_complement or item.get_postal_code or item.get_town or item.phone or item.mobile_phone %} +

{% trans "Geographic localisation/contact details" %}

{% if PROFILE.locate_warehouses and SHOW_GEO %}
{% with geo_item=item %} @@ -122,6 +122,8 @@ {% endif %}
{% with full=True %}{% include "ishtar/blocks/sheet_address_section.html" %}{% endwith %} + {% field_flex _("Phone") item.phone %} + {% field_flex _("Mobile phone") item.mobile_phone %}
{% endif %}
-- cgit v1.2.3