mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +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:
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