X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep409.php;h=8ad6060636027ebb5d10eab677afa0e44596395d;hb=bdeb340a0330f79b276d47252ea09ce7d9afad3c;hp=73a384813bc9bfb4d0e008180ce92052099a43a8;hpb=d1babda7c01b314d35fb89f2d195553b55936532;p=fa-stable.git diff --git a/reporting/rep409.php b/reporting/rep409.php index 73a38481..8ad60606 100644 --- a/reporting/rep409.php +++ b/reporting/rep409.php @@ -28,7 +28,7 @@ print_workorders(); function print_workorders() { - global $path_to_root, $SysPrefs, $dflt_lang; + global $path_to_root, $dflt_lang; include_once($path_to_root . "/reporting/includes/pdf_report.inc"); @@ -65,7 +65,6 @@ function print_workorders() $myrow = get_work_order($i); if ($myrow === false) continue; - $date_ = sql2date($myrow["date_"]); if ($email == 1) { $rep = new FrontReport("", "", user_pagesize(), 9, $orientation); @@ -86,7 +85,6 @@ function print_workorders() $result = get_wo_requirements($i); $rep->TextCol(0, 5,_("Work Order Requirements"), -2); $rep->NewLine(2); - $has_marked = false; while ($myrow2=db_fetch($result)) { $rep->TextCol(0, 1, $myrow2['stock_id'], -2);