Fix: Ajout cotisation avec module banque actif

This commit is contained in:
Laurent Destailleur 2006-11-26 20:58:32 +00:00
parent 7560fdd44e
commit 2bb3eb6309

View File

@ -192,7 +192,7 @@ class Account
*/
function addline($date, $oper, $label, $amount, $num_chq='', $categorie='', $user='')
{
dolibarr_syslog("Account::addline: $date, $oper, $label, $amount, $num_chq, $categorie, $user");
dolibarr_syslog("Account::addline: date=$date, oper=$oper, label=$label, amount=$amount, num_chq=$num_chq, categorie=$categorie, user=$user");
if ($this->rowid)
{
$this->db->begin();