[-] BO : Bug Fixed #PSTEST-546 - Tax Rules Creation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13483 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fBrignoli
2012-02-21 08:48:52 +00:00
parent 8d5ad0cb0b
commit 1cb5d03b7f
2 changed files with 36 additions and 14 deletions
@@ -51,7 +51,9 @@
populateStates($(this).val(), '');
});
$('#tax_rule_form').hide();
{if !isset($smarty.get.create_rule)}
$('#tax_rule_form').hide();
{/if}
$('#desc-tax_rules_group-new').click(function() {
initForm();
$('#tax_rule_form').slideToggle();