// Fix PDF controllers + order-detail template

This commit is contained in:
rMalie
2011-08-11 15:14:38 +00:00
parent 9e7c6bffd4
commit 50234a7297
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();