コード例 #1
0
ファイル: CommonUtils.php プロジェクト: jmangarret/vtigercrm
function decimalFormat($value)
{
    return Vtiger_Functions::formatDecimal($value);
}
コード例 #2
0
ファイル: Quantity.php プロジェクト: Bergdahls/YetiForceCRM
 /**
  * Getting value to display
  * @param type $value
  * @return type
  */
 public function getDisplayValue($value)
 {
     return Vtiger_Functions::formatDecimal($value);
 }