X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/da413cb1223e7cb62fdffee70bdd2845d9b30d66..b8741ec3:/templates/webpages/ir/form_header.html diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index b75cbdac1..6576dfbfe 100644 --- a/templates/webpages/ir/form_header.html +++ b/templates/webpages/ir/form_header.html @@ -4,12 +4,10 @@ [%- USE L %][%- USE P -%]

[% title %]

-[%- SET follow_up_trans_info = invnumber _ ' (' _ vendor_name _ ')' %] +[%- SET follow_up_trans_info = invnumber _ ' (' _ vendor_obj.name _ ')' %] - -
@@ -34,6 +32,10 @@
  • [% 'WebDAV' | $T8 %]
  • [%- END %] [%- IF id %] + [%- IF INSTANCE_CONF.get_doc_storage %] +
  • [% 'Documents' | $T8 %]
  • +
  • [% 'Attachments' | $T8 %]
  • + [%- END %] [%- IF AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • [%- END %] @@ -49,23 +51,10 @@ [% 'Vendor' | $T8 %] - [%- INCLUDE 'generic/multibox.html' - id = 'vendor', - name = 'vendor', - style = 'width: 250px', - class = 'initial_focus', - DATA = ALL_VENDORS, - 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("vendor_id", vendor_id, type="vendor", style="width: 250px", class="initial_focus") %] + [% P.button_tag("show_vc_details('vendor')", LxERP.t8('Details (one letter abbreviation)')) %] + [% P.hidden_tag("previous_vendor_id", vendor_id) %] - - - [%- IF ALL_CONTACTS.size %]