[-] BO: Fix multishop association for tax rules group - #PSCFV-9967
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user