You are here

function commerce_invoice_number_pattern_access in Commerce Invoice 7.2

Access callback for invoice number patterns.

Return value

bool

1 string reference to 'commerce_invoice_number_pattern_access'
commerce_invoice_entity_info in ./commerce_invoice.module
Implements hook_entity_info().

File

./commerce_invoice.module, line 92
The Commerce Invoice module.

Code

function commerce_invoice_number_pattern_access() {
  return user_access('administer commerce_invoice entities');
}