Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / reporting / rep409.php
index 544461de969ad8a27217ee709d33afb7ad721e6a..218f07faa59191b84f20cdda2c54c61325e2bb59 100644 (file)
@@ -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,8 +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();
                $rep->Info($params, $cols, null, $aligns);
@@ -81,6 +80,7 @@ function print_workorders()
                        'name' => $myrow['contact'], 'name2' => '', 'contact');
 
                $rep->SetCommonData($myrow, null, null, '', 26, $contact);
+               $rep->SetHeaderType('Header2');
                $rep->NewPage();
 
                $result = get_wo_requirements($i);
@@ -145,4 +145,3 @@ function print_workorders()
                $rep->End();
 }
 
-?>
\ No newline at end of file