Added cancel edition hotkey
[fa-stable.git] / reporting / rep107.php
index 774acf9205bc8a7214aa7e8179d7b952d68f558e..d9f8aa22b5da82fc05eae1522b24960645008ac9 100644 (file)
@@ -25,7 +25,6 @@ include_once($path_to_root . "/sales/includes/sales_db.inc");
 
 //----------------------------------------------------------------------------------------------------
 
-// trial_inquiry_controls();
 print_invoices();
 
 //----------------------------------------------------------------------------------------------------
@@ -66,7 +65,7 @@ function print_invoices()
 
        if ($email == 0)
        {
-               $rep = new FrontReport(_('INVOICE'), "InvoiceBulk.pdf", user_pagesize());
+               $rep = new FrontReport(_('INVOICE'), "InvoiceBulk", user_pagesize());
                $rep->currency = $cur;
                $rep->Font();
                $rep->Info($params, $cols, null, $aligns);