You are here

function commerce_stock_rules_access in Commerce Stock 7.2

Rules integration access callback.

1 string reference to 'commerce_stock_rules_access'
commerce_stock_rules_event_info in ./commerce_stock.rules.inc
Implements hook_rules_event_info().

File

./commerce_stock.rules.inc, line 281
Rules integration for Commerce Stock.

Code

function commerce_stock_rules_access() {
  return user_access('Make rule based changes to commerce stock');
}