Fix bad function

This commit is contained in:
Laurent Destailleur 2019-01-28 02:46:31 +01:00
parent 4398649af6
commit 31f4513a7e

View File

@ -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++;
} }