// 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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user