You are here

function invoice_perm in Invoice 6

Implementation of hook_perm()

File

./invoice.module, line 157
Invoice module

Code

function invoice_perm() {
  return array(
    'access invoices',
    'administer invoices',
    'administer own invoices',
  );
}