mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 12:31:26 +01:00
Fix ci
This commit is contained in:
@@ -10440,7 +10440,7 @@ function getCommonSubstitutionArray($outputlangs, $onlykey = 0, $exclude = null,
|
|||||||
$typeforonlinepayment = 'ficheinter';
|
$typeforonlinepayment = 'ficheinter';
|
||||||
}
|
}
|
||||||
|
|
||||||
$url = getOnlinePaymentUrl(0, $typeforonlinepayment, $substitutionarray['__REF__'], $amounttouse);
|
$url = getOnlinePaymentUrl(0, $typeforonlinepayment, $substitutionarray['__REF__'], (float) $amounttouse);
|
||||||
$paymenturl = $url;
|
$paymenturl = $url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user