[-] Core: Fix #PSCFV-6162 - can't add no tax for specific zip code or state

This commit is contained in:
Rémi Gaillard
2012-12-17 12:29:29 +01:00
parent 9f474669e6
commit 4320f4c30c
2 changed files with 2 additions and 2 deletions
@@ -298,7 +298,7 @@ class AdminTaxRulesGroupControllerCore extends AdminController
'id' => 'id_tax',
'name' => 'name',
'default' => array(
'value' => 'name',
'value' => 0,
'label' => $this->l('No Tax')
)
),