Example #1
0
 public function render(Varien_Object $row)
 {
     return Mage::helper('core')->currency($row->getCardBalance());
 }