X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep308.php;h=0981c2ad64276153b9e67943192ad18a9e34547a;hb=d94a924a5ad03d723ef50047204c9f543acab4dd;hp=a738e3d1c8fee9044cade109ba4b74fe61dca907;hpb=a99cb262f8c9e65ab86c231c997cca422e836817;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)