You are here

function uc_stock_perm in Ubercart 6.2

Implements hook_perm().

File

uc_stock/uc_stock.module, line 87

Code

function uc_stock_perm() {
  return array(
    'administer product stock',
  );
}