X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a87694dc525b4eabff11029f1e5401621e2bd3bc..c0713b66e59e458d4966b8954ec1c835e2bc0c5b:/templates/webpages/bank_transactions/list.html diff --git a/templates/webpages/bank_transactions/list.html b/templates/webpages/bank_transactions/list.html index 0a38b2b5b..ced4f2018 100644 --- a/templates/webpages/bank_transactions/list.html +++ b/templates/webpages/bank_transactions/list.html @@ -1,7 +1,5 @@ [%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%] - -

[% title %]

[%- INCLUDE 'common/flash.html' %] @@ -76,7 +74,6 @@ function add_invoices(bt_id, prop_id, prop_invnumber) { var node = document.getElementsByName(prop_id)[0]; node.parentNode.removeChild(node); } - UnTip(); var invoices = document.getElementById('assigned_invoices_' + bt_id); $.ajax({ @@ -104,4 +101,3 @@ function create_invoice(bt_id) { //--> -