mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update bookkeeping.class.php
This commit is contained in:
parent
15d4323b5a
commit
ddabb06037
|
|
@ -2877,7 +2877,7 @@ class BookKeeping extends CommonObject
|
|||
$result = $this->db->query($sql);
|
||||
if (!$result) {
|
||||
$this->errors[] = 'Error: ' . $this->db->lasterror();
|
||||
dol_syslog(__METHOD__ . ' ' . join(',', $this->errors), LOG_ERR);
|
||||
dol_syslog(__METHOD__ . ' ' . implode(',', $this->errors), LOG_ERR);
|
||||
$error++;
|
||||
}
|
||||
$objtmp = $this->db->fetch_object($result);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user