forked from Wavyzz/dolibarr
Fix ci
This commit is contained in:
@@ -10440,7 +10440,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey = 0, $exclude = null,
|
||||
$typeforonlinepayment = 'ficheinter';
|
||||
}
|
||||
|
||||
$url = getOnlinePaymentUrl(0, $typeforonlinepayment, $substitutionarray['__REF__'], $amounttouse);
|
||||
$url = getOnlinePaymentUrl(0, $typeforonlinepayment, $substitutionarray['__REF__'], (float) $amounttouse);
|
||||
$paymenturl = $url;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user