Suppression de debuggage
This commit is contained in:
parent
612e33a948
commit
7438a87e8c
@ -125,7 +125,6 @@ class pdfdetail_papier {
|
|||||||
* Liste des appels
|
* Liste des appels
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$sql = "SELECT t.ligne, ".$this->db->pdate("t.date")." as pdate";
|
$sql = "SELECT t.ligne, ".$this->db->pdate("t.date")." as pdate";
|
||||||
$sql .= " , t.numero, t.dest, t.duree, t.cout_vente";
|
$sql .= " , t.numero, t.dest, t.duree, t.cout_vente";
|
||||||
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_communications_details as t ";
|
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_communications_details as t ";
|
||||||
@ -137,7 +136,7 @@ class pdfdetail_papier {
|
|||||||
if ( $resql )
|
if ( $resql )
|
||||||
{
|
{
|
||||||
$num = $this->db->num_rows($resql);
|
$num = $this->db->num_rows($resql);
|
||||||
print $num."\n";
|
|
||||||
$pdf->AddPage();
|
$pdf->AddPage();
|
||||||
$this->ListHeader($pdf);
|
$this->ListHeader($pdf);
|
||||||
$i = 0;
|
$i = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user