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=51aa7d3ccc53449c3582bae461d567ff2203e964;hp=4508ba46057fb5646501f0788e595500153ba85f;hpb=13e026de788d168f33510d5255c5c498be68d451;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 4508ba460..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,17 @@ [% 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) %]