diff --git a/htdocs/compta/bank/account.class.php b/htdocs/compta/bank/account.class.php index 9887801adf0..d1b421783b4 100644 --- a/htdocs/compta/bank/account.class.php +++ b/htdocs/compta/bank/account.class.php @@ -129,7 +129,8 @@ class Account * Ajoute une entree dans la table ".MAIN_DB_PREFIX."bank * */ - function addline($date, $oper, $label, $amount, $num_chq='', $categorie='',$user) + // FIXME function addline($date, $oper, $label, $amount, $num_chq='', $categorie='',$user) + function addline($date, $oper, $label, $amount, $num_chq='', $categorie='') { if ($this->rowid) {