X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9c29f7183bb2e2861553339789d7ac8ba7dd188d..a97574b881103cc09a48152a4f29f8a2cc1c38a3:/templates/webpages/bank_transactions/_problems.html 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 %]