You are here

function commerce_invoice_permission in Commerce Invoice 7.2

Same name and namespace in other branches
  1. 7 commerce_invoice.module \commerce_invoice_permission()

Implements hook_permission().

File

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

Code

function commerce_invoice_permission() {
  return commerce_entity_access_permissions('commerce_invoice');
}