Fixed link bugs in sales order entry and optimized a couple of functions in ui_contro...
[fa-stable.git] / reporting / rep110.php
index 7ac70b1b26a9a727ec792d47fb98eab9074f6f74..b7aeb500c57a716cc60522683298b9505479c3d1 100644 (file)
@@ -26,7 +26,6 @@ include_once($path_to_root . "/sales/includes/sales_db.inc");
 
 //----------------------------------------------------------------------------------------------------
 
-// trial_inquiry_controls();
 print_deliveries();
 
 //----------------------------------------------------------------------------------------------------
@@ -62,7 +61,7 @@ function print_deliveries()
 
        if ($email == 0)
        {
-               $rep = new FrontReport(_('DELIVERY'), "DeliveryNoteBulk.pdf", user_pagesize());
+               $rep = new FrontReport(_('DELIVERY'), "DeliveryNoteBulk", user_pagesize());
                $rep->currency = $cur;
                $rep->Font();
                $rep->Info($params, $cols, null, $aligns);