fix class error (given by eclipse Oxygen version)

This commit is contained in:
florian HENRY 2017-06-29 15:47:33 +02:00
parent 4c1c361a15
commit 6e8c83b2a9
2 changed files with 238 additions and 238 deletions

View File

@ -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();

View File

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