X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a9cc77186abf0504ff7239b146e9c5052f00cefe..e69e3657:/templates/webpages/oe/form_header_master.html diff --git a/templates/webpages/oe/form_header_master.html b/templates/webpages/oe/form_header_master.html index 1849c46a2..27ae25031 100644 --- a/templates/webpages/oe/form_header_master.html +++ b/templates/webpages/oe/form_header_master.html @@ -36,15 +36,16 @@ [% IF vc == 'customer' %]Customer[% ELSE %]Vendor[% END %] [%- INCLUDE 'generic/multibox.html' - name = vc, - style = 'width: 250px', - DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS, - id_sub = 'vc_keys', - label_key = 'name', - select = vc_select, - limit = vclimit, - onChange = "document.getElementById('update_button').click();" -%] - + name = vc, + style = 'width: 250px', + DATA = vc == 'customer' ? ALL_CUSTOMERS : ALL_VENDORS, + id_sub = 'vc_keys', + label_key = 'name', + select = vc_select, + limit = vclimit, + allow_textbox = 1, + onChange = "document.getElementById('update_button').click();" -%] + [%- IF ALL_CONTACTS.size %]