From 4f81a77f01063745916cf2cf191dee14a667ab9d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 1 Mar 2011 16:14:53 +0100 Subject: [PATCH] Import-Button direkt nach Import nicht wieder anzeigen --- 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 fe17423c0..5c265094b 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -140,7 +140,7 @@ [% L.submit_tag('action_test', LxERP.t8('Test and preview')) %] - [% IF SELF.import_status && SELF.num_importable %] + [% IF (SELF.import_status == 'tested') && SELF.num_importable %] [% L.submit_tag('action_import', LxERP.t8('Import')) %] [%- END %] -- 2.20.1