Bank - Reiter 'Set cleared entfernen' im Kontenabgleich
authorG. Richardson <information@kivitendo-premium.de>
Thu, 25 Jun 2015 14:39:17 +0000 (16:39 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 29 Jun 2015 08:00:59 +0000 (10:00 +0200)
nicht mehr benötigter Entwicklungsstand.

templates/webpages/reconciliation/form.html
templates/webpages/reconciliation/tabs/set_cleared.html [deleted file]

index 39847ac..d8c0844 100644 (file)
@@ -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 (file)
index 5e5644d..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[%- USE T8 %]
-[%- USE HTML %]
-[%- USE LxERP %]
-[%- USE L %]
-
-<div id="set_cleared">
-Set cleared
-</div>