X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep308.php;h=0981c2ad64276153b9e67943192ad18a9e34547a;hb=039e2f9b14460f2c1fd0c3cbe2b39983b1b7e93b;hp=a738e3d1c8fee9044cade109ba4b74fe61dca907;hpb=c2b751f91d79c69bb802b1bff13a3c4bdecb87b0;p=fa-stable.git diff --git a/reporting/rep308.php b/reporting/rep308.php index a738e3d1..0981c2ad 100644 --- a/reporting/rep308.php +++ b/reporting/rep308.php @@ -32,7 +32,7 @@ inventory_movements(); function get_domestic_price($myrow, $stock_id) { - if ($myrow['type'] == ST_SUPPRECEIVE || $myrow['type'] == ST_SUPPCREDIT || $myrow['type'] == ST_INVADJUST) + if ($myrow['type'] == ST_SUPPRECEIVE || $myrow['type'] == ST_SUPPCREDIT) { $price = $myrow['price']; if ($myrow['person_id'] > 0)