updated subscription : removed coupons
This commit is contained in:
@@ -216,16 +216,6 @@ function materio_subscriptions_user_default_permissions() {
|
||||
'module' => 'node',
|
||||
);
|
||||
|
||||
// Exported permission: 'manage store coupons'.
|
||||
$permissions['manage store coupons'] = array(
|
||||
'name' => 'manage store coupons',
|
||||
'roles' => array(
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'uc_coupon',
|
||||
);
|
||||
|
||||
// Exported permission: 'manual payments'.
|
||||
$permissions['manual payments'] = array(
|
||||
'name' => 'manual payments',
|
||||
@@ -322,15 +312,5 @@ function materio_subscriptions_user_default_permissions() {
|
||||
'module' => 'uc_store',
|
||||
);
|
||||
|
||||
// Exported permission: 'view store coupons'.
|
||||
$permissions['view store coupons'] = array(
|
||||
'name' => 'view store coupons',
|
||||
'roles' => array(
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'uc_coupon',
|
||||
);
|
||||
|
||||
return $permissions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user