// Fix tpl files for some controllers

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11911 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2011-12-29 17:29:06 +00:00
parent b837a7c6c1
commit 7064c1d387
24 changed files with 388 additions and 36 deletions
@@ -58,14 +58,13 @@ class AdminAccountingExportControllerCore extends AdminController
public function __construct()
{
$this->className = 'Accounting';
$this->pathAccountExportTpl = _PS_ADMIN_DIR_.'/themes/template/accounting_export/';
$this->content = '';
$this->downloadDir = _PS_ADMIN_DIR_.'/export/';
$this->exportSelected = 'global_export';
$this->initExportFieldList();
parent::__construct();
$this->pathAccountExportTpl = 'accounting_export/';
}
/**