[*] BO : Partial refund - part 3

This commit is contained in:
fSerny
2011-11-23 21:42:27 +00:00
parent 6404f952f0
commit 7ef9424021
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');
}
/**