public function render(Varien_Object $row)
 {
     $retour = $row->getopp_remain_to_ship();
     return $retour;
 }