Update bookkeeping.class.php

This commit is contained in:
Frédéric FRANCE 2024-12-17 18:20:43 +01:00 committed by GitHub
parent 15d4323b5a
commit ddabb06037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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