[*] BO : Partial refund - part 3

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10611 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2011-11-23 21:42:27 +00:00
parent 4eaf942429
commit 3c7d9ba53b
7 changed files with 272 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class HTMLTemplateOrderSlipCore extends HTMLTemplateInvoice
'tax_tab' => '',
));
return $this->smarty->fetch(_PS_THEME_DIR_.'/pdf/invoice.tpl');
return $this->smarty->fetch(_PS_THEME_DIR_.'/pdf/order-slip.tpl');
}
/**