X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep103.php;h=f7ae195e8ab2fa9b164487647d511deb439e9013;hb=8429c2d2e1500cd879e084335391615e79fc3da3;hp=c4b9723c35f5bd6f933f3b6d47bb9599ac9a3b08;hpb=f50187b9c3095886d7fd847f635cd8763109a75e;p=fa-stable.git diff --git a/reporting/rep103.php b/reporting/rep103.php index c4b9723c..f7ae195e 100644 --- a/reporting/rep103.php +++ b/reporting/rep103.php @@ -103,15 +103,9 @@ function print_customer_details_listing() $comments = $_POST['PARAM_5']; $destination = $_POST['PARAM_6']; if ($destination) - { include_once($path_to_root . "/reporting/includes/excel_report.inc"); - $filename = "CustomerDetailsListing.xml"; - } else - { include_once($path_to_root . "/reporting/includes/pdf_report.inc"); - $filename = "CustomerDetailsListing.pdf"; - } $dec = 0; @@ -153,7 +147,7 @@ function print_customer_details_listing() 3 => array('text' => _('Sales Folk'), 'from' => $salesfolk, 'to' => ''), 4 => array('text' => _('Activity'), 'from' => $morestr, 'to' => $lessstr)); - $rep = new FrontReport(_('Customer Details Listing'), $filename, user_pagesize()); + $rep = new FrontReport(_('Customer Details Listing'), "CustomerDetailsListing", user_pagesize()); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns);