You are here

function uc_order_access_order_log in Ubercart 6.2

Access callback for admin/store/orders/%uc_order/log.

1 string reference to 'uc_order_access_order_log'
uc_order_menu in uc_order/uc_order.module
Implements hook_menu().

File

uc_order/uc_order.module, line 566

Code

function uc_order_access_order_log() {
  return user_access('view all orders') && variable_get('uc_order_logging', TRUE);
}