// Fix PDF controllers + order-detail template

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8039 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-08-11 15:14:38 +00:00
parent 1dc910a60c
commit 0e4b7fbd72
5 changed files with 24 additions and 3 deletions
+7
View File
@@ -27,6 +27,13 @@
class PdfInvoiceControllerCore extends FrontController
{
public function run()
{
$this->init();
$this->preProcess();
$this->process();
}
public function process()
{
parent::process();