X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Flist.html;h=af6ef22752c778b2d74c0a35fce5f00d1506b9a8;hb=71ada638068acc8b1481b7392bc0511fa627647e;hp=0a38b2b5b4930f3ccf21214d4a2eacc8380c5b0e;hpb=a87694dc525b4eabff11029f1e5401621e2bd3bc;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/list.html b/templates/webpages/bank_transactions/list.html index 0a38b2b5b..af6ef2275 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' %] @@ -12,7 +10,7 @@ [% IF FORM.filter.todate %] [% 'to (date)' | $T8 %] [% FORM.filter.todate %][% END %]

-
+ [% L.hidden_tag('filter.bank_account', FORM.filter.bank_account) %] [% L.hidden_tag('filter.fromdate', FORM.filter.fromdate) %] [% L.hidden_tag('filter.todate', FORM.filter.todate) %] @@ -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) { //--> -