fix (#21426) edit file name of export_csv.modules because it adds an export type when choosing the export type

This commit is contained in:
FLIO 2023-02-22 10:29:47 +01:00
parent c000eeeecf
commit cfe6ebfeee
3 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
* \brief File of class to build exports with CSV format
*/
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/export_csv.modules.php';
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/exports_csv.modules.php';
// avoid timeout for big export
set_time_limit(0);

View File

@ -21,7 +21,7 @@
* \brief File of class to build exports with CSV format
*/
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/export_csv.modules.php';
require_once DOL_DOCUMENT_ROOT.'/core/modules/export/exports_csv.modules.php';
// avoid timeout for big export
set_time_limit(0);