X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep409.php;h=6f453834fc45895cacf46abc3c7ebdc58d778676;hb=d4c7f6c430d861a4c27f7734e285852e248a5a9a;hp=8ad6060636027ebb5d10eab677afa0e44596395d;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/reporting/rep409.php b/reporting/rep409.php index 8ad60606..6f453834 100644 --- a/reporting/rep409.php +++ b/reporting/rep409.php @@ -62,7 +62,7 @@ function print_workorders() for ($i = $from; $i <= $to; $i++) { - $myrow = get_work_order($i); + $myrow = get_work_order($i, true); if ($myrow === false) continue; if ($email == 1)