// Fix little bug in helperform

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13444 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-02-17 16:22:16 +00:00
parent caf5a6afc3
commit 844dddccfd
@@ -184,7 +184,7 @@
|| empty($fields_value[$input.name])
&& isset($input.options.preselect_country)
&& isset($input.options.preselect_country)
&& $option->$input.options.id == $default_country}}
&& $option->$input.options.id == $default_country}
selected="selected"
{/if}
{/if}
@@ -197,7 +197,7 @@
|| empty($field_value)
&& isset($input.options.preselect_country)
&& isset($input.options.preselect_country)
&& $option[$input.options.id] == $default_country}}
&& $option[$input.options.id] == $default_country}
selected="selected"
{/if}
{/foreach}
@@ -206,7 +206,7 @@
|| empty($fields_value[$input.name])
&& isset($input.options.preselect_country)
&& isset($input.options.preselect_country)
&& $option[$input.options.id] == $default_country}}
&& $option[$input.options.id] == $default_country}
selected="selected"
{/if}
{/if}