Fixed a PHP fatal error warning in remisecheque.class.php
This commit is contained in:
parent
a429a930d0
commit
e26b53e8c5
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user