You are here

function commerce_pricing_attributes_access in Commerce Pricing Attributes 7.2

Access callback for entity commerce_pricing_attributes.

1 string reference to 'commerce_pricing_attributes_access'
commerce_pricing_attributes_entity_info in ./commerce_pricing_attributes.module
Implements hook_entity_info().

File

./commerce_pricing_attributes.module, line 34

Code

function commerce_pricing_attributes_access($op, $entity, $customer, $entity_type) {
  return TRUE;
}