X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep409.php;h=7db6a4ef2b7255408371f20be0a49d56aeb28981;hb=53d942f2a0d20cce5e9c409c6485867ce0869e4d;hp=544461de969ad8a27217ee709d33afb7ad721e6a;hpb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;p=fa-stable.git diff --git a/reporting/rep409.php b/reporting/rep409.php index 544461de..7db6a4ef 100644 --- a/reporting/rep409.php +++ b/reporting/rep409.php @@ -59,7 +59,7 @@ function print_workorders() $rep = new FrontReport(_('WORK ORDER'), "WorkOrderBulk", user_pagesize(), 9, $orientation); if ($orientation == 'L') recalculate_cols($cols); - + for ($i = $from; $i <= $to; $i++) { $myrow = get_work_order($i); @@ -71,7 +71,7 @@ function print_workorders() $rep = new FrontReport("", "", user_pagesize(), 9, $orientation); $rep->title = _('WORK ORDER'); $rep->filename = "WorkOrder" . $myrow['wo_ref'] . ".pdf"; - } + } $rep->SetHeaderType('Header2'); $rep->currency = $cur; $rep->Font();