diff --git a/controllers/admin/AdminAccountingExportController.php b/controllers/admin/AdminAccountingExportController.php index 08a73ba9e..41b9c87d8 100644 --- a/controllers/admin/AdminAccountingExportController.php +++ b/controllers/admin/AdminAccountingExportController.php @@ -58,13 +58,14 @@ class AdminAccountingExportControllerCore extends AdminController public function __construct() { $this->className = 'Accounting'; + + $this->pathAccountExportTpl = _PS_ADMIN_DIR_.'/themes/default/template/accounting_export/'; $this->content = ''; $this->downloadDir = _PS_ADMIN_DIR_.'/export/'; $this->exportSelected = 'global_export'; $this->initExportFieldList(); parent::__construct(); - $this->pathAccountExportTpl = 'accounting_export/'; } /**