Merge pull request #274 from marcosgdf/fix-fatalerror
Fixed a PHP fatal error warning in remisecheque.class.php
This commit is contained in:
commit
2db6a68acf
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user