Example #1
0
 public function render(Varien_Object $row)
 {
     $urlModel = Mage::getModel('adminhtml/url');
     $href = $urlModel->getUrl('adminhtml/sales_shipment/view', array('_current' => false, 'shipment_id' => $row->getShipmentId()));
     return sprintf('<a href="%s">%s</a>', $href, $row->getShipmentIncrementId());
 }