You are here

function uc_order_orders in Ubercart 7.3

Redirects to the orders listing page.

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

File

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

Code

function uc_order_orders() {
  drupal_goto('admin/store/orders/view');
}