Work on expensereport module

This commit is contained in:
Laurent Destailleur
2015-02-15 22:49:23 +01:00
parent e5b401c8f2
commit 2e0b2fb012
16 changed files with 472 additions and 346 deletions

View File

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