diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl index 9a4eeef75..2a0c0a9a6 100644 --- a/admin-dev/themes/default/template/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/helpers/options/options.tpl @@ -86,13 +86,7 @@ {/block} {if $field['type'] == 'select'} {if $field['list']} - {if isset($field['select_multiple']) && $field['select_multiple']} - {assign var="select_name" value="{$key}[]"} - {else} - {assign var="select_name" value="[$key]"} - {/if} - - {foreach $field['list'] AS $k => $option} {/foreach}