From 70ce17832a9bc7a5db8dbedc9baac59f547a4e52 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 18 Jun 2005 14:31:03 +0000 Subject: [PATCH] Doc: Modif commentaire --- htdocs/facture.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/facture.class.php b/htdocs/facture.class.php index 84c00da6ee7..31718797bc7 100644 --- a/htdocs/facture.class.php +++ b/htdocs/facture.class.php @@ -115,8 +115,9 @@ class Facture } $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) { $mois=date('m', $datelim); @@ -126,8 +127,8 @@ class Facture } /* - * Insertion dans la base - */ + * Insertion dans la base + */ $socid = $this->socidp; $number = $this->number; $amount = $this->amount;