From efef0f3f147c81e934a4f4bfe282cfbb72f6cbe6 Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 21 Feb 2012 10:42:15 +0000 Subject: [PATCH] // Fix $field['select_multiple'] notice in BO git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13495 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/template/helpers/options/options.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl index 5cdc7c629..9a4eeef75 100644 --- a/admin-dev/themes/default/template/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/helpers/options/options.tpl @@ -86,7 +86,7 @@ {/block} {if $field['type'] == 'select'} {if $field['list']} - {if $field['select_multiple']} + {if isset($field['select_multiple']) && $field['select_multiple']} {assign var="select_name" value="{$key}[]"} {else} {assign var="select_name" value="[$key]"}