Added fixed assets module
[fa-stable.git] / includes / db / inventory_db.inc
index 3909e7c76974b1a97a454db2ddabf44e50c4436e..c01e4eb48b9aca4909716b43e3ae304a43c3276c 100644 (file)
@@ -388,7 +388,7 @@ function update_stock_move($type, $trans_no, $stock_id, $cost)
 
 function get_stock_moves($type, $type_no)
 {
-       $sql = "SELECT move.*, item.description, item.units, stock.location_name,
+       $sql = "SELECT move.*, item.description, item.mb_flag, item.units, stock.location_name,
                item.material_cost + item.labour_cost + item.overhead_cost AS FixedStandardCost
                FROM ".TB_PREF."stock_moves move,"
                        .TB_PREF."locations stock,"