From 2f526ba22f183ef744cfd7ac7284585f8b318d95 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 7 Oct 2024 17:12:17 +0200 Subject: ✨ Importer type: add default number of line to skip for CSV - 🗃️ DB: export types for templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/templates/ishtar/sheet_import_gen.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/sheet_import_gen.html b/ishtar_common/templates/ishtar/sheet_import_gen.html index 4078c059b..8cb75a7f2 100644 --- a/ishtar_common/templates/ishtar/sheet_import_gen.html +++ b/ishtar_common/templates/ishtar/sheet_import_gen.html @@ -98,7 +98,8 @@
{% trans "Associated imports" %}
{% for import in import_list %}{{import|simple_link_to_window}} {{import}}
{% endfor %}
- {% endif %} {% endwith %} + {% endif %}{% endwith %} + {% field_flex _("Number of header lines") item.skip_lines %} -- cgit v1.2.3