From 3b263d511374afbdbc87f7c2128a2daeaae11a7a Mon Sep 17 00:00:00 2001 From: "Martin Helmling martin.helmling@octosoft.eu" Date: Sat, 17 Sep 2016 09:15:48 +0200 Subject: [PATCH] =?utf8?q?CSV-Import:=20Test-Button=20unn=C3=B6tig=20bei?= =?utf8?q?=20direktem=20Import?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Falls im Profile "dont_edit_profile" gesetzt ist, wird gleich in den Tesmodus gegangen, deshalb ist der Button unnhötig --- templates/webpages/csv_import/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 7ebd6c29b..3796ced6e 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -327,9 +327,9 @@
-[%- END %] [%- END %] [% L.submit_tag('action_test', LxERP.t8('Test and preview')) %] +[%- END %] [% L.submit_tag('action_import', LxERP.t8('Import'), style='display:none') %] -- 2.20.1