예제 #1
0
function decimalFormat($value)
{
    return Vtiger_Functions::formatDecimal($value);
}
예제 #2
0
 /**
  * Getting value to display
  * @param type $value
  * @return type
  */
 public function getDisplayValue($value)
 {
     return Vtiger_Functions::formatDecimal($value);
 }