예제 #1
0
 public function getLocalizationFieldsInfo()
 {
     if (!$this->LOC_FIELDS_INFO) {
         $this->LOC_FIELDS_INFO = CCrmCurrency::GetCurrencyLocalizationFieldsInfo();
     }
     return $this->LOC_FIELDS_INFO;
 }