X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgeneric%2Fmultibox.html;h=46a5dd49ec5a394be9eff77e6214461a196c6509;hb=56e0bea2377449e656a4ab3d5721fa38749cbf6b;hp=3c24f05975079694ca1fdcfb60c41ae793912769;hpb=b364553bd1c69d15999e3269649fa9a8b55eb8c3;p=kivitendo-erp.git diff --git a/templates/webpages/generic/multibox.html b/templates/webpages/generic/multibox.html index 3c24f0597..46a5dd49e 100644 --- a/templates/webpages/generic/multibox.html +++ b/templates/webpages/generic/multibox.html @@ -29,7 +29,7 @@ [%- Multibox__limit = limit != '' ? limit : vclimit != '' ? vclimit : 200 Multibox__show_text = allow_textbox and DATA.size and Multibox__limit < DATA.size ? 1 : 0 - Multibox__id = id != '' ? id : name + Multibox__id = id != '' && id * 1 != id ? id : name Multibox__default = default != '' ? default : $name Multibox__name = (select_name != '' and ! Multibox__show_text) ? select_name : name -%]