Merge pull request #274 from marcosgdf/fix-fatalerror

Fixed a PHP fatal error warning in remisecheque.class.php
This commit is contained in:
Regis Houssin 2012-07-29 22:01:34 -07:00
commit 2db6a68acf

View File

@ -47,7 +47,7 @@ class RemiseCheque extends CommonObject
*/ */
function RemiseCheque($db) function RemiseCheque($db)
{ {
$this->db = $DB; $this->db = $db;
$this->next_id = 0; $this->next_id = 0;
$this->previous_id = 0; $this->previous_id = 0;
} }