X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fsearch_master.html;h=32d766f7418727f1f2174626abca59e672cdcb5e;hb=b65cc47a206d0b5df78123d9b36c1867928bf684;hp=752ea37fa422787f9b39dcae5e2da9fe4f2d4950;hpb=90c872ee5a3f7b50a58b73133e5e0eaaadc53b5b;p=kivitendo-erp.git diff --git a/templates/webpages/oe/search_master.html b/templates/webpages/oe/search_master.html index 752ea37fa..32d766f74 100644 --- a/templates/webpages/oe/search_master.html +++ b/templates/webpages/oe/search_master.html @@ -59,7 +59,7 @@ label_sub = 'employee_labels', limit = vclimit, show_empty = 1, - allow_textbox = 1, + allow_textbox = 0, default = ' ', -%] @@ -75,7 +75,7 @@ label_sub = 'salesman_labels', limit = vclimit, show_empty = 1, - allow_textbox = 1, + allow_textbox = 0, -%] @@ -87,7 +87,7 @@ Project Number [%- INCLUDE 'generic/multibox.html' - name = 'project_id', + name = vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id', style = "width: 250px", DATA = ALL_PROJECTS, id_key = 'id', @@ -226,6 +226,19 @@ + + Customer + + + + + + + + + + + [%- IF type == 'sales_order' %]
[%- END %]