X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=4fcc5ace63baa380e9308aa2505e9d5829a4084b;hb=848add3008154ef72b63656406b1cbba8f5bd5d7;hp=5e76f88d7a28bc178bd7336350bb11cff0fa2257;hpb=25d67207329617a104fab716c301895cf0ae116d;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 5e76f88d7..4fcc5ace6 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -1,14 +1,12 @@ [%- USE T8 %] [%- USE HTML %] [%- USE LxERP %] -[%- USE L %] -[%- SET follow_up_trans_info = invnumber _ ' (' _ customer_name _ ')' %] +[%- USE L %][%- USE P -%] +[%- SET follow_up_trans_info = invnumber _ ' (' _ customer_obj.name _ ')' %] - -
@@ -52,23 +50,10 @@ [% 'Customer' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - id = 'customer', - name = 'customer', - style = 'width: 250px', - class = 'initial_focus', - DATA = ALL_CUSTOMERS, - id_sub = 'vc_keys', - label_key = 'name', - select = vc_select, - limit = vclimit, - allow_textbox = 1, - onChange = "document.getElementById('update_button').click();" -%] - + [% P.customer_vendor_picker("customer_id", customer_id, type="customer", style="width: 250px", class="initial_focus") %] + [% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %] + [% L.hidden_tag("previous_customer_id", customer_id) %] - - - [%- IF ALL_CONTACTS.size %] @@ -146,11 +131,11 @@ [%- END %] -[%- IF all_departments %] +[%- IF ALL_DEPARTMENTS %] [% 'Department' | $T8 %] - [% L.select_tag('department_id', all_departments, default = department_id, title_sub = \department_labels, with_empty = 1, style = 'width:250px') %] + [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width:250px') %] [%- END %]