Update export.php

This commit is contained in:
Laurent Destailleur 2019-10-08 15:19:01 +02:00 committed by GitHub
parent c8fb1e852c
commit 55a2ee5559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/modules/export/modules_export.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
// Load translation files required by the page
$langs->loadlangs(array('exports', 'other', 'users', 'companies', 'projects', 'BankAccounts'));
$langs->loadlangs(array('exports', 'other', 'users', 'companies', 'projects', 'banks'));
// Everybody should be able to go on this page
//if (! $user->admin)