Doc: Modif commentaire

This commit is contained in:
Laurent Destailleur 2005-06-18 14:31:03 +00:00
parent 42c5c6e821
commit 70ce17832a

View File

@ -115,8 +115,9 @@ class Facture
} }
$this->db->free(); $this->db->free();
} }
$datelim = $this->date + ( $cdr_nbjour * 3600 * 24 );
// Definition de la date limite
$datelim = $this->date + ( $cdr_nbjour * 3600 * 24 );
if ($cdr_fdm) if ($cdr_fdm)
{ {
$mois=date('m', $datelim); $mois=date('m', $datelim);
@ -126,8 +127,8 @@ class Facture
} }
/* /*
* Insertion dans la base * Insertion dans la base
*/ */
$socid = $this->socidp; $socid = $this->socidp;
$number = $this->number; $number = $this->number;
$amount = $this->amount; $amount = $this->amount;