X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fcost_update.php;h=c35e81b518f9c0a047815f907daefdd1af8b9013;hb=d193828f0a27570074695bf92bf11e96d0fd817b;hp=769ac7d679eb8b4cb8f252a1790c88033ceb9d75;hpb=3aebde86793f495095e09160ebaae3e7b7040747;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index 769ac7d6..c35e81b5 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -1,5 +1,14 @@ . +***********************************************************************/ $page_security = 2; $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); @@ -51,20 +60,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 (list_updated('stock_id')) +if (list_updated('stock_id')) $Ajax->activate('cost_table'); //-----------------------------------------------------------------------------------------