Improve error log
This commit is contained in:
parent
066d08fbfa
commit
b025f0075f
31 changed files with 54 additions and 54 deletions
|
|
@ -1003,7 +1003,7 @@ class Acc_Ledger_Fin extends Acc_Ledger
|
|||
__FILE__ . ':' . __LINE__ . ' ' .
|
||||
$e->getMessage();
|
||||
$this->db->rollback();
|
||||
record_log($e->getTraceAsString());
|
||||
record_log($e->getMessage()." ".$e->getTraceAsString());;
|
||||
throw new Exception($r);
|
||||
}
|
||||
$this->db->commit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue