Skip to content
Snippets Groups Projects
Commit 6e8c83b2 authored by florian HENRY's avatar florian HENRY
Browse files

fix class error (given by eclipse Oxygen version)

parent 4c1c361a
No related branches found
No related tags found
No related merge requests found
...@@ -1129,7 +1129,7 @@ class BookKeeping extends CommonObject ...@@ -1129,7 +1129,7 @@ class BookKeeping extends CommonObject
global $user; global $user;
$error = 0; $error = 0;
$object = new Accountingbookkeeping($this->db); $object = new BookKeeping($this->db);
$this->db->begin(); $this->db->begin();
......
...@@ -279,7 +279,7 @@ class Cpaiement ...@@ -279,7 +279,7 @@ class Cpaiement
$num = $this->db->num_rows($resql); $num = $this->db->num_rows($resql);
while ($obj = $this->db->fetch_object($resql)) { while ($obj = $this->db->fetch_object($resql)) {
$line = new CpaiementLine(); $line = new Cpaiement();
$line->id = $obj->id; $line->id = $obj->id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment