X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b320453d39fd9ff512debf8c76e770a59aadfa6d..42ea98b4:/templates/webpages/ar/search.html diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index 45d6ebf92..c45f28613 100644 --- a/templates/webpages/ar/search.html +++ b/templates/webpages/ar/search.html @@ -49,6 +49,37 @@ [% 'Order Number' | $T8 %] + + [% 'Employee' | $T8 %] + + [%- INCLUDE 'generic/multibox.html' + name = 'employee_id', + style = 'width: 250px', + DATA = ALL_EMPLOYEES, + id_key = 'id', + label_sub = 'employee_labels', + limit = vclimit, + show_empty = 1, + allow_textbox = 0, + default = ' ', + -%] + + + + [% 'Salesman' | $T8 %] + + [%- INCLUDE 'generic/multibox.html' + name = 'salesman_id', + style = 'width: 250px', + DATA = ALL_SALESMEN, + id_key = 'id', + label_sub = 'salesman_labels', + limit = vclimit, + show_empty = 1, + allow_textbox = 0, + -%] + + [% 'Transaction description' | $T8 %]