// Add isset to avoid undefined var warning

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15905 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-06-07 09:12:59 +00:00
parent 955fb96d0e
commit f74338ffd5
+1 -1
View File
@@ -171,7 +171,7 @@
</td>
</tr>
</table>
<table class="delivery_option_carrier {if $delivery_option[$id_address] == $key}selected{/if} {if $option.unique_carrier}not-displayable{/if}">
<table class="delivery_option_carrier {if isset($delivery_option[$id_address]) && $delivery_option[$id_address] == $key}selected{/if} {if $option.unique_carrier}not-displayable{/if}">
{foreach $option.carrier_list as $carrier}
<tr>
{if !$option.unique_carrier}