X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep409.php;h=218f07faa59191b84f20cdda2c54c61325e2bb59;hb=9451db1760036985de791ba24c442801e37f37de;hp=b2ddd39da55f8598c2953274ac2d5c8ed304ba57;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/reporting/rep409.php b/reporting/rep409.php index b2ddd39d..218f07fa 100644 --- a/reporting/rep409.php +++ b/reporting/rep409.php @@ -72,7 +72,6 @@ function print_workorders() $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);