X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fmass_invoice_create_print_from_do%2F_filter.html;h=08caf095264078331d2670e1ba4155b3b9f66aa9;hb=293fb807d006f5c7dffdcd5f608964f0b6103ec9;hp=67666ba655a289280be796f87f9ec858994e72be;hpb=f372dca8af799141b0bc19e4ede7951ae579a967;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 67666ba65..08caf0952 100644 --- a/templates/webpages/mass_invoice_create_print_from_do/_filter.html +++ b/templates/webpages/mass_invoice_create_print_from_do/_filter.html @@ -13,11 +13,23 @@ [% LxERP.t8('Customer') %] [% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %] - [% LxERP.t8('Transdate') %] [% LxERP.t8('From Date') %] + + [% LxERP.t8('Customer type') %] + + [% L.select_tag('filter.customer.business_id', SELF.all_businesses, + default => filter.customer.business_id + title_key => 'description', + value_key => 'id', + with_empty => 1, + style => 'width: 200px') %] + + + + [% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('From Date') %] [% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge) %] - [% LxERP.t8('Transdate') %] [% LxERP.t8('To Date') %] + [% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('To Date') %] [% L.date_tag('filter.transdate:date::le', filter.transdate_date__le) %]