This commit is contained in:
Rodolphe Quiedeville 2007-01-04 09:14:50 +00:00
parent 90f1736215
commit 8723e37e35

View File

@ -195,7 +195,7 @@ class Account
*/ */
function addline($date, $oper, $label, $amount, $num_chq='', $categorie='', $user='',$emetteur='',$banque='') 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) if ($this->rowid)
{ {
$this->db->begin(); $this->db->begin();