X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2Flist.html;h=c810c8f9c143145d166e9e23151baa15b764f248;hb=232f9a39e89eb762ce23605230e810d2c5071cbc;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..c810c8f9c 100644 --- a/templates/webpages/bank_transactions/list.html +++ b/templates/webpages/bank_transactions/list.html @@ -1,18 +1,20 @@ [%- USE HTML -%][%- USE LxERP -%][%- USE L -%][%- USE T8 -%] - -

[% title %]

[%- INCLUDE 'common/flash.html' %] +[% IF SELF.problems.size %] + [% INCLUDE 'bank_transactions/_problems.html' %] +[% END %] +

[% HTML.escape(bank_account.name) %] [% HTML.escape(bank_account.iban) %], [% 'Bank code' | $T8 %] [% HTML.escape(bank_account.bank_code) %], [% 'Bank' | $T8 %] [% HTML.escape(bank_account.bank) %]

[% IF FORM.filter.fromdate %] [% 'From' | $T8 %] [% FORM.filter.fromdate %] [% END %] [% 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 +78,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 +105,3 @@ function create_invoice(bt_id) { //--> -