! Release 2.2.9
$ config.default.php
update.html
+# [0000230] Incorrect 'On order' quantity of raw materials in the 'Stock Check Sheets' report.
+$ /reporting/rep303.php
22-May-2010 Janusz Dobrowolski
# Fixed html generationfor buttons
$demandqty = get_demand_qty($trans['stock_id'], $loc_code);
$demandqty += get_demand_asm_qty($trans['stock_id'], $loc_code);
$onorder = get_on_porder_qty($trans['stock_id'], $loc_code);
- $onorder += get_on_worder_qty($trans['stock_id'], $loc_code);
+ $flag = get_mb_flag($trans['stock_id']);
+ if ($flag == 'M')
+ $onorder += get_on_worder_qty($trans['stock_id'], $loc_code);
if ($shortage && $trans['QtyOnHand'] - $demandqty >= 0)
continue;
if ($catt != $trans['cat_description'])