From ac52f6b154354f97b9091d871618429b81f02810 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Thu, 25 Jun 2015 16:39:17 +0200 Subject: [PATCH] Bank - Reiter 'Set cleared entfernen' im Kontenabgleich MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit nicht mehr benötigter Entwicklungsstand. --- templates/webpages/reconciliation/form.html | 2 -- templates/webpages/reconciliation/tabs/set_cleared.html | 8 -------- 2 files changed, 10 deletions(-) delete mode 100644 templates/webpages/reconciliation/tabs/set_cleared.html diff --git a/templates/webpages/reconciliation/form.html b/templates/webpages/reconciliation/form.html index 39847ac26..d8c0844fe 100644 --- a/templates/webpages/reconciliation/form.html +++ b/templates/webpages/reconciliation/form.html @@ -104,7 +104,6 @@ function load_proposals () { success: function(new_data) { $('#overview').html(''); $('#automatic').html(new_data['html']); - $('#set_cleared').html(''); } }); } @@ -118,7 +117,6 @@ function load_overview () { success: function(new_data) { $('#overview').html(new_data['html']); $('#automatic').html(''); - $('#set_cleared').html(''); } }); } diff --git a/templates/webpages/reconciliation/tabs/set_cleared.html b/templates/webpages/reconciliation/tabs/set_cleared.html deleted file mode 100644 index 5e5644d63..000000000 --- a/templates/webpages/reconciliation/tabs/set_cleared.html +++ /dev/null @@ -1,8 +0,0 @@ -[%- USE T8 %] -[%- USE HTML %] -[%- USE LxERP %] -[%- USE L %] - -
-Set cleared -
-- 2.20.1