// Add isset to avoid undefined var warning

This commit is contained in:
mDeflotte
2012-06-07 09:12:59 +00:00
parent 566b5dae48
commit 4b7011304e
+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}