From 8723e37e35649e619cbf7480c701e30260288663 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 4 Jan 2007 09:14:50 +0000 Subject: [PATCH] Bugfix --- htdocs/compta/bank/account.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/account.class.php b/htdocs/compta/bank/account.class.php index 71bd4da7ff0..1c116a95084 100644 --- a/htdocs/compta/bank/account.class.php +++ b/htdocs/compta/bank/account.class.php @@ -195,7 +195,7 @@ class Account */ function addline($date, $oper, $label, $amount, $num_chq='', $categorie='', $user='',$emetteur='',$banque='') { - dolibarr_syslog("Account::Addline: date=".$date.", oper=".$oper.", label=".$label.", amount=".$amount.", num_chq=".$num_chq.", categorie=".$categorie.", user=".$user); + dolibarr_syslog("Account::Addline: date=".$date.", oper=".$oper.", label=".$label.", amount=".$amount.", num_chq=".$num_chq.", categorie=".$categorie.", user=".$user->id); if ($this->rowid) { $this->db->begin();