Topic: ST_INVADJUST fix

In the files reporting\rep301.php (Line 33 - Inventory Valuation) and reporting\rep308.php (Line 35 - Costed Inventory Movements),

    if ($myrow['type'] == ST_SUPPRECEIVE || $myrow['type'] == ST_SUPPCREDIT)

can be changed to

    if ($myrow['type'] == ST_SUPPRECEIVE || $myrow['type'] == ST_SUPPCREDIT || $myrow['type'] == ST_INVADJUST)

@joe: see if it is fit to take into the core.