// Fix template locatiom due to a bad merge... (thanks to check everything is working normaly when you made any changes...)

This commit is contained in:
vSchoener
2012-01-02 10:30:27 +00:00
parent 2d836d8b5b
commit a2ef272e1f
@@ -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/';
}
/**