X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8dcc08491e175e6cf5a715a30bbc1de6e7d9168e..a99fc9f6b84fbf0effae46eb41fe056c960a1602:/templates/webpages/is/form_header.html diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 28f3f4da4..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 %]