X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbank_transactions%2F_problems.html;h=e2796d5c0701a1e861ab8773a209a3f5f25780e8;hb=70220684f6d864081e6ef7302839d2cf96ef3b27;hp=9a10fca92ec3ce78b65ac2bd8033b1cf1906c43a;hpb=0a9e099d078c7b27919841e618e9f6013668c8ed;p=kivitendo-erp.git diff --git a/templates/webpages/bank_transactions/_problems.html b/templates/webpages/bank_transactions/_problems.html index 9a10fca92..e2796d5c0 100644 --- a/templates/webpages/bank_transactions/_problems.html +++ b/templates/webpages/bank_transactions/_problems.html @@ -29,7 +29,7 @@ [% IF problem.result == 'error' %][% LxERP.t8("Error") %][% ELSE %][% LxERP.t8("Warning") %][% END %] [% FOREACH invoice = problem.invoices %] - [% P.invoice(invoice) %] + [% invoice.presenter.invoice %] [% UNLESS loop.last %]
[% END %] [% END %]