2
0
forked from Wavyzz/dolibarr

Debug v15

This commit is contained in:
Laurent Destailleur
2022-01-05 14:04:02 +01:00
parent 5b8d6e60e4
commit 2aa3d60997
8 changed files with 91 additions and 59 deletions

View File

@@ -30,7 +30,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/doleditor.class.php';
$servicename = 'PayBox';
// Load translation files required by the page
$langs->loadLangs(array('admin', 'other', 'paybox', 'paypal'));
$langs->loadLangs(array('admin', 'other', 'paybox', 'paypal', 'stripe'));
if (!$user->admin) {
accessforbidden();