Bug Array to string conversion error
This commit is contained in:
parent
f413579d91
commit
7c9ec07380
1 changed files with 1 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ class Acc_Ledger_Sold extends Acc_Ledger {
|
|||
'Erreur dans l\'enregistrement ' .
|
||||
__FILE__ . ':' . __LINE__ . ' ' .
|
||||
$e->getMessage();
|
||||
echo $e->getTrace();
|
||||
echo $e->getTraceAsString();
|
||||
|
||||
$this->db->rollback();
|
||||
throw new Exception ($e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue