2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Rodolphe Quiedeville
2007-07-11 14:14:12 +00:00
parent 9e92fe6810
commit feef2c0190

View File

@@ -70,7 +70,7 @@ class CdrFormatFructidor
$this->datas[$i]['ligne'] = ereg_replace('"','',$tabline[0]);
$this->datas[$i]['date'] = $tabline[1];
$this->datas[$i]['heure'] = $tabline[2];
$this->datas[$i]['numero'] = ereg_replace('"','',"0".substr($tabline[3],2,strlen($tabline[3]-2)));
$this->datas[$i]['numero'] = ereg_replace('"','',$tabline[3]);
$this->datas[$i]['tarif'] = trim($tabline[4]);
$this->datas[$i]['duree'] = trim($tabline[5]);
$this->datas[$i]['montant'] = trim($tabline[6]);