You are here

function uc_discounts_permission in Ubercart Discounts (Alternative) 7.2

Implements hook_permission().

File

uc_discounts/uc_discounts.module, line 127

Code

function uc_discounts_permission() {
  return array(
    'configure discounts' => array(
      'title' => t('configure discounts'),
      'description' => t('Configure ubercart discounts.'),
    ),
  );
}