// Change order of fields in ShopGroup creation #PSTEST-690

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14738 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-04-18 15:19:36 +00:00
parent a62e88bdb5
commit 342ab72ed1
+22 -22
View File
@@ -104,28 +104,6 @@ class AdminShopGroupControllerCore extends AdminController
),
'desc' => $this->l('Share customers between shops of this group')
),
array(
'type' => 'radio',
'label' => $this->l('Share orders:'),
'name' => 'share_order',
'required' => true,
'class' => 't',
'is_bool' => true,
'values' => array(
array(
'id' => 'share_order_on',
'value' => 1,
'label' => $this->l('Enabled')
),
array(
'id' => 'share_order_off',
'value' => 0,
'label' => $this->l('Disabled')
)
),
'desc' =>
$this->l('Share orders and carts between shops of this group (you can share orders only if you share customers and available quantities)')
),
array(
'type' => 'radio',
'label' => $this->l('Share available quantities to sell:'),
@@ -147,6 +125,28 @@ class AdminShopGroupControllerCore extends AdminController
),
'desc' => $this->l('Share available quantities to sell between shops of this group. When changing this option, all product available quantities for this group will be reset to 0.'),
),
array(
'type' => 'radio',
'label' => $this->l('Share orders:'),
'name' => 'share_order',
'required' => true,
'class' => 't',
'is_bool' => true,
'values' => array(
array(
'id' => 'share_order_on',
'value' => 1,
'label' => $this->l('Enabled')
),
array(
'id' => 'share_order_off',
'value' => 0,
'label' => $this->l('Disabled')
)
),
'desc' =>
$this->l('Share orders and carts between shops of this group (you can share orders only if you share customers and available quantities)')
),
array(
'type' => 'radio',
'label' => $this->l('Status:'),