Fix bad function

This commit is contained in:
Laurent Destailleur 2019-01-28 02:46:31 +01:00
parent f7bcd1ef6d
commit 273c396fb9

View File

@ -663,7 +663,7 @@ if ($ispaymentok)
$result=$paiement->addPaymentToBank($user,'payment',$label, $bankaccountid, '', '');
if ($result < 0)
{
$postactionmessages[] = $paiement->error.' '.joint("<br>\n", $paiement->errors);
$postactionmessages[] = $paiement->error.' '.join("<br>\n", $paiement->errors);
$ispostactionok = -1;
$error++;
}