Fix for Adding tab

  1. function uc_deliverynote_menu_alter(&$items) {
  2. $items['admin/store/orders/%uc_order/deliverynote'] = array(
  3.     'page callback' => 'uc_deliverynote_report',
  4.     'access arguments' => array('view all orders'),
  5.     'title' => 'Deliverynote',
  6.     'type' => MENU_DEFAULT_LOCAL_TASK,
  7.     'weight' => 4
  8.   );
  9.  
  10.   return $items;
  11. }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.