From 398f3aa8ecbfca21cb89d4e9aef80ff2bef4e65f Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Tue, 21 Feb 2012 13:24:03 +0000 Subject: [PATCH] //small bug git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13497 b9a71923-0436-4b27-9f14-aed3839534dd --- .../themes/default/template/helpers/options/options.tpl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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}