You are here

function uc_reports_perm in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_reports/uc_reports.module \uc_reports_perm()

Implements hook_perm().

File

uc_reports/uc_reports.module, line 203
Displays reports on sales, customers, and products to store admin

Code

function uc_reports_perm() {
  return array(
    'view reports',
  );
}