X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/aae306cda6274d6e53a6af8e52348524416b8fba..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/bank_transactions/create_invoice.html
diff --git a/templates/webpages/bank_transactions/create_invoice.html b/templates/webpages/bank_transactions/create_invoice.html
index 818f01f28..2af7755b4 100644
--- a/templates/webpages/bank_transactions/create_invoice.html
+++ b/templates/webpages/bank_transactions/create_invoice.html
@@ -1,6 +1,6 @@
-[%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE T8 %][%- USE P -%]
+[%- USE HTML %][%- USE L %][%- USE LxERP %][%- USE P -%]
- Transaction
+ [% LxERP.t8("Bank transaction") %]
| [%- LxERP.t8("ID") %]: |
@@ -25,61 +25,42 @@
-[% 'Vendor filter for AP transaction drafts' | $T8 %]:
-
-
+
-
-[% IF DRAFTS.size %]
-[% 'Draft suggestions' | $T8 %]:
-
-
-
-
- | [% 'Description' | $T8 %] |
- [% 'Vendor' | $T8 %] |
- [% 'Employee' | $T8 %] |
- [% 'Draft from:' | $T8 %] |
-
-
- [% FOREACH draft = DRAFTS %]
-
- | [% HTML.escape(draft.description) %] |
- [% HTML.escape(draft.vendor) %] |
- [% HTML.escape(draft.employee.name) %] |
- [% HTML.escape(draft.itime_as_date) %] |
-
- [% END %]
-
-[% ELSE %]
-
[% 'No draft was found.' | $T8 %]
-[% END %]
+
+ [% PROCESS "bank_transactions/_template_list.html" %]