diff --git a/commerce_packing_slip.module b/commerce_packing_slip.module
index a540832..05a9f99 100644
--- a/commerce_packing_slip.module
+++ b/commerce_packing_slip.module
@@ -9,19 +9,15 @@
  * Implements hook_menu().
  */
 function commerce_packing_slip_menu() {
-  $items['admin/commerce/orders/%commerce_order/view/view'] = array(
-    'title' => 'View',
-    'type' => MENU_DEFAULT_LOCAL_TASK,
-    'weight' => 0,
-  );
-  $items['admin/commerce/orders/%commerce_order/view/packing-slip'] = array(
+  $items['admin/commerce/orders/%commerce_order/packing-slip'] = array(
     'title' => 'Packing slip',
     'page callback' => 'commerce_packing_slip_view',
     'page arguments' => array(3),
     'access callback' => 'commerce_order_access',
     'access arguments' => array('view', 3),
     'type' => MENU_LOCAL_TASK,
-    'weight' => 1,
+    'weight' => 11,
+    'context' => MENU_CONTEXT_PAGE | MENU_CONTEXT_INLINE,
   );
   $items['admin/commerce/config/packing-slip'] = array(
     'title' => 'Packing slip',
