Merged changes up to 2.3.16 into unstable
[fa-stable.git] / inventory / cost_update.php
index 3afe0b6412e26c6d15389a2850b521c23ff902a1..157524dada10f9114924905bfb043d08853e6dda 100644 (file)
@@ -45,7 +45,7 @@ if (isset($_POST['UpdateData']))
 {
 
        $old_cost = get_standard_cost($_POST['stock_id']);
-     
+
        $new_cost = input_num('material_cost') + input_num('labour_cost')
             + input_num('overhead_cost');