You are here

function uc_payment_tracking_access in Ubercart 6.2

Access callback to view list of payments.

1 string reference to 'uc_payment_tracking_access'
uc_payment_menu in payment/uc_payment/uc_payment.module
Implements hook_menu().

File

payment/uc_payment/uc_payment.module, line 179

Code

function uc_payment_tracking_access() {
  return user_access('view payments') && variable_get('uc_payment_tracking', TRUE);
}