X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fmass_invoice_create_print_from_do%2F_filter.html;h=08caf095264078331d2670e1ba4155b3b9f66aa9;hb=f4da9593b8f91ae5d57437ed124f9c9d859bc698;hp=481ce178af14633250463aa56d3ad824c0776f30;hpb=0070a2500fcd59d65a6f39a7a4e8d5eb9ef6cdbd;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 481ce178a..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,6 +13,18 @@ [% LxERP.t8('Customer') %] [% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %] + + [% 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) %]