mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Work on expensereport module
This commit is contained in:
@@ -1792,7 +1792,8 @@ abstract class CommonObject
|
||||
if (! $resql)
|
||||
{
|
||||
$error++;
|
||||
$this->error=$this->db->error();
|
||||
$this->error=$this->db->lasterror();
|
||||
$this->error[]=$this->db->lasterror();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user