X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fcost_update.php;h=48e75ebaa986635ea885ce5815c5f8c06aa5a144;hb=16ba695b81cd7283faa18372a74670415b562eb5;hp=ff58f9eb8900ed0bbcca3c7c0293893a2f449e6a;hpb=5cae8206ae7eaf4df4b95b7f2184e2332f85ec8d;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index ff58f9eb..48e75eba 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -51,20 +51,20 @@ if (isset($_POST['UpdateData'])) if ($should_update) { - $update_no = stock_cost_update($_POST['stock_id'], - input_num('material_cost'), input_num('labour_cost'), + $update_no = stock_cost_update($_POST['stock_id'], + input_num('material_cost'), input_num('labour_cost'), input_num('overhead_cost'), $old_cost); - display_note(_("Cost has been updated.")); + display_notification(_("Cost has been updated.")); if ($update_no > 0) { - display_note(get_gl_view_str(systypes::cost_update(), $update_no, _("View the GL Journal Entries for this Cost Update")), 1, 0); + display_note(get_gl_view_str(systypes::cost_update(), $update_no, _("View the GL Journal Entries for this Cost Update")), 0, 1); } } } -if (isset($_POST['_stock_id_update'])) +if (list_updated('stock_id')) $Ajax->activate('cost_table'); //-----------------------------------------------------------------------------------------