// Supply Orders: the supply order form is now generated (PDF)

This commit is contained in:
bMancone
2011-11-21 18:31:44 +00:00
parent 6881119099
commit c98c62f1e0
6 changed files with 285 additions and 3 deletions
+1
View File
@@ -39,6 +39,7 @@ class PDFCore
const TEMPLATE_ORDER_RETURN = 'OrderReturn';
const TEMPLATE_ORDER_SLIP = 'OrderSlip';
const TEMPLATE_DELIVERY_SLIP = 'DeliverySlip';
const TEMPLATE_SUPPLY_ORDER_FORM = 'SupplyOrderForm';
public function __construct($objects, $template, $smarty)
{