mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user