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