X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=blobdiff_plain;f=reporting%2Frep409.php;h=6f453834fc45895cacf46abc3c7ebdc58d778676;hp=8ad6060636027ebb5d10eab677afa0e44596395d;hb=5a3cbfe6d2df1c8c32edcab8bf93e8a8432a15fc;hpb=da7df35c61205d0b1af47d286be591b8a3194b0c 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)