// 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:
tDidierjean
2012-03-08 09:52:18 +00:00
parent 099698d5e1
commit 826be5612f
@@ -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}