Merged latest changes from stable branch.
[fa-stable.git] / inventory / cost_update.php
index b5ee125dd966fab6f3094b8360c60692e950d428..0e39a0c050c33f6fe5799b5e79f9bf40b46ed728 100644 (file)
@@ -39,7 +39,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');