Fix bad function
This commit is contained in:
parent
4398649af6
commit
31f4513a7e
@ -663,7 +663,7 @@ if ($ispaymentok)
|
|||||||
$result=$paiement->addPaymentToBank($user,'payment',$label, $bankaccountid, '', '');
|
$result=$paiement->addPaymentToBank($user,'payment',$label, $bankaccountid, '', '');
|
||||||
if ($result < 0)
|
if ($result < 0)
|
||||||
{
|
{
|
||||||
$postactionmessages[] = $paiement->error.' '.joint("<br>\n", $paiement->errors);
|
$postactionmessages[] = $paiement->error.' '.join("<br>\n", $paiement->errors);
|
||||||
$ispostactionok = -1;
|
$ispostactionok = -1;
|
||||||
$error++;
|
$error++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user