You are here

function uc_taxes_perm in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_taxes/uc_taxes.module \uc_taxes_perm()

Implements hook_perm().

File

uc_taxes/uc_taxes.module, line 33

Code

function uc_taxes_perm() {
  return array(
    'configure taxes',
  );
}