X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fcost_update.php;h=0e39a0c050c33f6fe5799b5e79f9bf40b46ed728;hb=8e299fb1bbc9113b4efdcb6973239041129c47cf;hp=b5ee125dd966fab6f3094b8360c60692e950d428;hpb=71320995d00d480a7177fe7ea1acc62c7d00baec;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index b5ee125d..0e39a0c0 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -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');