You are here

function uc_reports_perm in Ubercart 5

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

Implementation of hook_perm

File

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

Code

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