From: Moritz Bunkus Date: Tue, 1 Mar 2011 15:14:53 +0000 (+0100) Subject: Import-Button direkt nach Import nicht wieder anzeigen X-Git-Tag: release-2.7.0beta1~396^2~42 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4f81a77f01063745916cf2cf191dee14a667ab9d;p=kivitendo-erp.git Import-Button direkt nach Import nicht wieder anzeigen --- 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 %]