You are here

function uc_discounts_perm in Ubercart Discounts (Alternative) 6.2

Implementation of hook_perm().

File

uc_discounts/uc_discounts.module, line 126

Code

function uc_discounts_perm() {
  return array(
    'configure discounts',
  );
}