X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep401.php;h=8ae240e353ddcd682b970db7a3d7887b791281fb;hb=9a6be31598b20ab95541e4c89db43ff56a105cc2;hp=3c8fed88b1ecb407a4c5df9e364262a546a49b27;hpb=f50187b9c3095886d7fd847f635cd8763109a75e;p=fa-stable.git diff --git a/reporting/rep401.php b/reporting/rep401.php index 3c8fed88..8ae240e3 100644 --- a/reporting/rep401.php +++ b/reporting/rep401.php @@ -26,7 +26,6 @@ include_once($path_to_root . "/inventory/includes/db/items_db.inc"); //---------------------------------------------------------------------------------------------------- -// trial_inquiry_controls(); print_bill_of_material(); function getTransactions($from, $to) @@ -61,15 +60,9 @@ function print_bill_of_material() $comments = $_POST['PARAM_2']; $destination = $_POST['PARAM_3']; if ($destination) - { include_once($path_to_root . "/reporting/includes/excel_report.inc"); - $filename = "BillOfMaterial.xml"; - } else - { include_once($path_to_root . "/reporting/includes/pdf_report.inc"); - $filename = "BillOfMaterial.pdf"; - } $cols = array(0, 50, 305, 375, 445, 515); @@ -80,7 +73,7 @@ function print_bill_of_material() $params = array( 0 => $comments, 1 => array('text' => _('Component'), 'from' => $frompart, 'to' => $topart)); - $rep = new FrontReport(_('Bill of Material Listing'), $filename, user_pagesize()); + $rep = new FrontReport(_('Bill of Material Listing'), "BillOfMaterial", user_pagesize()); $rep->Font(); $rep->Info($params, $cols, $headers, $aligns);