Merge pull request #2320 from defrance69/patch-46
Update paiement.class.php
This commit is contained in:
commit
aac584afda
@ -488,7 +488,7 @@ class Paiement extends CommonObject
|
|||||||
$fac->thirdparty->name,
|
$fac->thirdparty->name,
|
||||||
'company'
|
'company'
|
||||||
);
|
);
|
||||||
if ($result <= 0) dol_print_error($this->db);
|
if ($result <= 0) dol_syslog(get_class($this).'::addPaymentToBank '.$this->db->lasterror());
|
||||||
$linkaddedforthirdparty[$fac->thirdparty->id]=$fac->thirdparty->id; // Mark as done for this thirdparty
|
$linkaddedforthirdparty[$fac->thirdparty->id]=$fac->thirdparty->id; // Mark as done for this thirdparty
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -506,7 +506,7 @@ class Paiement extends CommonObject
|
|||||||
$fac->thirdparty->name,
|
$fac->thirdparty->name,
|
||||||
'company'
|
'company'
|
||||||
);
|
);
|
||||||
if ($result <= 0) dol_print_error($this->db);
|
if ($result <= 0) dol_syslog(get_class($this).'::addPaymentToBank '.$this->db->lasterror());
|
||||||
$linkaddedforthirdparty[$fac->thirdparty->id]=$fac->thirdparty->id; // Mark as done for this thirdparty
|
$linkaddedforthirdparty[$fac->thirdparty->id]=$fac->thirdparty->id; // Mark as done for this thirdparty
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user