X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep305.php;h=a6f8a9bc6a57ca4635cc1c09a7149309ef59f5b7;hb=e4cef39a7672370a7ae2e61c94e5267825fd1c5c;hp=4cd9229d2384d90adab65d2c88cea52dd2a1d29c;hpb=f44132511cc91b83f20f91af0625d4b112b4c26e;p=fa-stable.git diff --git a/reporting/rep305.php b/reporting/rep305.php index 4cd9229d..a6f8a9bc 100644 --- a/reporting/rep305.php +++ b/reporting/rep305.php @@ -53,6 +53,7 @@ function getTransactions($from, $to) AND grn_line.qty_recd>0 AND grn.delivery_date>='$from' AND grn.delivery_date<='$to' + AND item.mb_flag <>'F' ORDER BY item.stock_id, grn.delivery_date"; return db_query($sql,"No transactions were returned");