Merge branch 'dev7400-1' into next-release-8

This commit is contained in:
Dany De Bontridder 2020-07-17 11:50:04 +02:00
commit b9c1bdfa3e
47 changed files with 138 additions and 82 deletions

View file

@ -937,7 +937,7 @@ class Fiche
}
catch (Exception $e)
{
record_log($e->getTraceAsString());
record_log($e->getMessage()." ".$e->getTraceAsString());
$this->cn->rollback();
throw ($e);
return;
@ -1133,7 +1133,7 @@ class Fiche
$e->getMessage().
'</span>';
record_log($e->getMessage());
record_log($e->getTraceAsString());
record_log($e);
$this->cn->rollback();
return;
}