Cleanup comments. Small bugfixes. Second run
[fa-stable.git] / includes / db / manufacturing_db.inc
index 8adddc696142f8fe850a355c15396904d0eac473..0a4035f0ab2144a9b36321c41634ecaad5751367 100644 (file)
@@ -50,7 +50,7 @@ function load_stock_levels($location)
        return $qoh_stock;
 }
 
-// recursion fixed by Tom Moulton. Max 10 recursion levels.
+// recursion fixed. Max 10 recursion levels.
 function stock_demand_manufacture($stock_id, $qty, $demand_id, $location, $level=0) 
 {
        global $bom_list, $qoh_stock;