Fixed a PHP fatal error warning in remisecheque.class.php

This commit is contained in:
Marcos García 2012-07-29 21:43:19 +02:00
parent a429a930d0
commit e26b53e8c5

View File

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