Mysqli errors: Trying to access array offset on value of type bool. Fixed. Please...
[fa-stable.git] / reporting / rep307.php
index 18cfc6ea064852c614116de5700e5d9038f79164..d9d9c29e29d27b464c30e853d27ef87234b87089 100644 (file)
@@ -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();