[% 'Customer' | $T8 %] |
[%- INCLUDE 'generic/multibox.html'
name = 'customer',
style = 'width:250px',
DATA = ALL_CUSTOMERS,
id_key = 'id',
label_key = 'name',
select = vc_select,
limit = myconfig_vclimit,
allow_textbox = 1,
show_empty = 1,
force_textbox = limit_exceeded_all_customer
onChange = "document.getElementById('update_button').click();" -%]
[%- IF myconfig_vclimit > ALL_CUSTOMERS.size %]
[%- END %]
|