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; }