You are here

function uc_order_customers in Ubercart 7.3

Redirects to the customers listing page.

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

File

uc_order/uc_order.admin.inc, line 11
Order administration menu items.

Code

function uc_order_customers() {
  drupal_goto('admin/store/customers/view');
}