// Div to hide state is already handled by base helper form
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13957 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -35,8 +35,6 @@
|
||||
{else}
|
||||
<div style="display: none;">
|
||||
{/if}
|
||||
{else if $input.name == 'id_state'}
|
||||
<div id="contains_states" {if $contains_states}style="display:none;"{/if}>
|
||||
{/if}
|
||||
|
||||
{if $input.type == 'text_customer' && !isset($customer)}
|
||||
@@ -94,7 +92,7 @@
|
||||
{else}
|
||||
{$smarty.block.parent}
|
||||
{/if}
|
||||
{if $input.name == 'vat_number' || $input.name == 'id_state'}
|
||||
{if $input.name == 'vat_number'}
|
||||
</div>
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
Reference in New Issue
Block a user