fix class error (given by eclipse Oxygen version)
This commit is contained in:
parent
4c1c361a15
commit
6e8c83b2a9
@ -1129,7 +1129,7 @@ class BookKeeping extends CommonObject
|
||||
|
||||
global $user;
|
||||
$error = 0;
|
||||
$object = new Accountingbookkeeping($this->db);
|
||||
$object = new BookKeeping($this->db);
|
||||
|
||||
$this->db->begin();
|
||||
|
||||
|
||||
@ -279,7 +279,7 @@ class Cpaiement
|
||||
$num = $this->db->num_rows($resql);
|
||||
|
||||
while ($obj = $this->db->fetch_object($resql)) {
|
||||
$line = new CpaiementLine();
|
||||
$line = new Cpaiement();
|
||||
|
||||
$line->id = $obj->id;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user