From a2ef272e1f58e67677cf1d23cd2f675b9f30ec0a Mon Sep 17 00:00:00 2001 From: vSchoener Date: Mon, 2 Jan 2012 10:30:27 +0000 Subject: [PATCH] // Fix template locatiom due to a bad merge... (thanks to check everything is working normaly when you made any changes...) --- controllers/admin/AdminAccountingExportController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/'; } /**