2
0
forked from Wavyzz/dolibarr

QUAL removed duplicate language file

This commit is contained in:
Laurent Destailleur
2024-04-04 11:00:35 +02:00
parent 00b105806e
commit ad79acf63c
14 changed files with 22 additions and 400 deletions

View File

@@ -27,10 +27,10 @@
*/
function showOnlineSignatureUrl($type, $ref, $obj = null)
{
global $conf, $langs;
global $langs;
// Load translation files required by the page
$langs->loadLangs(array("payment", "paybox"));
$langs->loadLangs(array("payment", "paybox", "stripe"));
$servicename = 'Online';