X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Fsearch.html;h=c45f28613eedd6fee68bd26f8751926f529b8f20;hb=0f84ffa0664bfebe1cfe613223ac15547ae56f21;hp=76a19933d4ab3eb653082da35a57a3cf43af4572;hpb=044d18fff505b6823db1e5093fef96577e420afa;p=kivitendo-erp.git diff --git a/templates/webpages/ar/search.html b/templates/webpages/ar/search.html index 76a19933d..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 %] @@ -86,8 +117,6 @@ show_empty = 1, allow_textbox = 0, -%] - - [% END %]