// stocks : debug and optimisations
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9644 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -83,27 +83,6 @@ class AdminGroupShopControllerCore extends AdminController
|
||||
),
|
||||
'p' => $this->l('Share customers between shops of this group')
|
||||
),
|
||||
array(
|
||||
'type' => 'radio',
|
||||
'label' => $this->l('Share stock:'),
|
||||
'name' => 'share_stock',
|
||||
'required' => true,
|
||||
'class' => 't',
|
||||
'is_bool' => true,
|
||||
'values' => array(
|
||||
array(
|
||||
'id' => 'share_stock_on',
|
||||
'value' => 1,
|
||||
'label' => $this->l('Enabled')
|
||||
),
|
||||
array(
|
||||
'id' => 'share_stock_off',
|
||||
'value' => 0,
|
||||
'label' => $this->l('Disabled')
|
||||
)
|
||||
),
|
||||
'p' => $this->l('Share stock between shops of this group')
|
||||
),
|
||||
array(
|
||||
'type' => 'radio',
|
||||
'label' => $this->l('Share orders:'),
|
||||
@@ -159,7 +138,6 @@ class AdminGroupShopControllerCore extends AdminController
|
||||
if (Shop::getTotalShops() > 1 && $obj->id)
|
||||
$disabled = array(
|
||||
'share_customer' => true,
|
||||
'share_stock' => true,
|
||||
'share_order' => true,
|
||||
'active' => false
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user