[-] FO : fix bug #PSCFV-8684, phone not required in guest checkout when not set in BO

This commit is contained in:
gRoussac
2013-04-18 19:12:07 +02:00
parent 1a8ab7f68c
commit e2905ca845
+2 -2
View File
@@ -315,8 +315,8 @@ $(document).ready(function() {
</select>
</p>
{elseif $field_name eq "phone"}
<p class="required text">
<label for="phone">{l s='Phone'} <sup>*</sup></label>
<p class="{if $one_phone_at_least}required {/if}text">
<label for="phone">{l s='Phone'}{if $one_phone_at_least} <sup>*</sup>{/if}</label>
<input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if} "/>
</p>
{/if}