Fix: Ajout cotisation avec module banque actif
This commit is contained in:
parent
7560fdd44e
commit
2bb3eb6309
@ -192,7 +192,7 @@ class Account
|
|||||||
*/
|
*/
|
||||||
function addline($date, $oper, $label, $amount, $num_chq='', $categorie='', $user='')
|
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)
|
if ($this->rowid)
|
||||||
{
|
{
|
||||||
$this->db->begin();
|
$this->db->begin();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user