X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fform_header_master.html;h=4c2db99d3b2a66d305266b56c94038035c4e9926;hb=2e8ce008611246347f9682d81e8fabf015765bf5;hp=33ecfef278a08c7ea28149cc3f80a7d5a5e4366b;hpb=6156d51ea0360382df95007e10a874f24f4dd81a;p=kivitendo-erp.git diff --git a/templates/webpages/ct/form_header_master.html b/templates/webpages/ct/form_header_master.html index 33ecfef27..4c2db99d3 100644 --- a/templates/webpages/ct/form_header_master.html +++ b/templates/webpages/ct/form_header_master.html @@ -39,11 +39,10 @@ Representative [%- INCLUDE generic/multibox.html - name = 'salesman_id', - DATA = ALL_SALESMAN_BUSINESSES, - show_empty = 1, - id_key = 'id', - label_key = 'description', + name = 'salesman_id', + DATA = ALL_SALESMAN_CUSTOMERS, + id_key = 'id', + label_key = 'name', -%] @@ -245,7 +244,7 @@ label_key = 'description', -%] - [%- IF is_customer && !use_vertreter %] + [%- IF is_customer && !conf_vertreter %] Salesman [%- INCLUDE generic/multibox.html