X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep307.php;h=d9d9c29e29d27b464c30e853d27ef87234b87089;hb=ab24fcc549bb72e495fb85e5dcad41bc14d85b7d;hp=18cfc6ea064852c614116de5700e5d9038f79164;hpb=f01da91c553b7d256b053475c0f5dc026c47c10d;p=fa-stable.git diff --git a/reporting/rep307.php b/reporting/rep307.php index 18cfc6ea..d9d9c29e 100644 --- a/reporting/rep307.php +++ b/reporting/rep307.php @@ -45,7 +45,7 @@ function fetch_items($category=0) return db_query($sql,"No transactions were returned"); } -function trans_qty($stock_id, $location=null, $from_date, $to_date, $inward = true) +function trans_qty($stock_id, $location, $from_date, $to_date, $inward = true) { if ($from_date == null) $from_date = Today();