From e26b53e8c5ddf6d4cd63c84a82b332428347cfec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a?= Date: Sun, 29 Jul 2012 21:43:19 +0200 Subject: [PATCH] Fixed a PHP fatal error warning in remisecheque.class.php --- htdocs/compta/paiement/cheque/class/remisecheque.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/paiement/cheque/class/remisecheque.class.php b/htdocs/compta/paiement/cheque/class/remisecheque.class.php index 2cfede23c7c..ca4b8663147 100644 --- a/htdocs/compta/paiement/cheque/class/remisecheque.class.php +++ b/htdocs/compta/paiement/cheque/class/remisecheque.class.php @@ -47,7 +47,7 @@ class RemiseCheque extends CommonObject */ function RemiseCheque($db) { - $this->db = $DB; + $this->db = $db; $this->next_id = 0; $this->previous_id = 0; }