[-] BO: Fix multishop association for tax rules group - #PSCFV-9967

This commit is contained in:
Rémi Gaillard
2013-08-22 11:13:11 +02:00
parent 9d261b8f1f
commit f476b34139
@@ -179,6 +179,15 @@ class AdminTaxRulesGroupControllerCore extends AdminController
'stay' => true
)
);
if (Shop::isFeatureActive())
{
$this->fields_form['input'][] = array(
'type' => 'shop',
'label' => $this->l('Shop association:'),
'name' => 'checkBoxShopAsso',
);
}
if (!($obj = $this->loadObject(true)))
return;