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:
parent
c000eeeecf
commit
cfe6ebfeee
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user