X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep302.php;h=55c766c02440db9448d6e0a3556573e5dd6d85ed;hb=9a1b3abd5371ad7f6315db1d56f8356587444314;hp=68ad88532dc6439bac3720fbe80e908b771696cd;hpb=6a4d8e6c1e92ff1b8fc5abb3fae76fb1c1968550;p=fa-stable.git diff --git a/reporting/rep302.php b/reporting/rep302.php index 68ad8853..55c766c0 100644 --- a/reporting/rep302.php +++ b/reporting/rep302.php @@ -75,8 +75,7 @@ function getPeriods($stockid, $location) FROM ".TB_PREF."stock_moves WHERE stock_id='$stockid' AND loc_code ='$location' - AND (type=13 OR type=11) - AND visible=1"; + AND (type=13 OR type=11)"; $TransResult = db_query($sql,"No transactions were returned"); return db_fetch($TransResult); @@ -192,4 +191,3 @@ function print_inventory_planning() $rep->End(); } -?> \ No newline at end of file