public function render(Varien_Object $row)
 {
     return $row->getCurrency()->formatTxt($row->getTotalHt());
 }