public function getRowUrl($row)
 {
     if (Mage::helper('inventoryplus')->isInInventorySection()) {
         return $this->getUrl('*/sales_order_shipment/view', array('shipment_id' => $row->getId(), 'order_id' => $row->getOrderId(), 'inventoryplus' => '1'));
     }
     return parent::getRowUrl($row);
 }