Bug 5352: missing global declaration in reset_form() in attachments.php. Fixed.
[fa-stable.git] / reporting / rep301.php
index e40b412818f6eedc6257c189ae72c0727fb80a65..16e96191c34b243031e0e23681ec24ea53b1e54a 100644 (file)
@@ -30,7 +30,7 @@ print_inventory_valuation_report();
 
 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)