X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fmass_invoice_create_print_from_do%2F_filter.html;h=1d906e138020f462ed706e6b894fabed037c2397;hb=232f9a39e89eb762ce23605230e810d2c5071cbc;hp=fbddc5b6224fe24b657c03239cfa45176e20c99f;hpb=cc6d0e60e203d7b7fab1e95908cbe4afca5e18a0;p=kivitendo-erp.git diff --git a/templates/webpages/mass_invoice_create_print_from_do/_filter.html b/templates/webpages/mass_invoice_create_print_from_do/_filter.html index fbddc5b62..1d906e138 100644 --- a/templates/webpages/mass_invoice_create_print_from_do/_filter.html +++ b/templates/webpages/mass_invoice_create_print_from_do/_filter.html @@ -13,24 +13,14 @@ [% LxERP.t8('Customer') %] [% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %] - [% LxERP.t8('Delivery Date') %] [% LxERP.t8('From Date') %] + [% LxERP.t8('Transdate') %] [% LxERP.t8('From Date') %] [% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge) %] - [% LxERP.t8('Delivery Date') %] [% LxERP.t8('To Date') %] + [% LxERP.t8('Transdate') %] [% LxERP.t8('To Date') %] [% L.date_tag('filter.transdate:date::le', filter.transdate_date__le) %] - - - - + [% L.hidden_tag('action', 'MassInvoiceCreatePrint/dispatch') %] [% L.hidden_tag('sort_by', FORM.sort_by) %]