X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fcost_update.php;h=3afe0b6412e26c6d15389a2850b521c23ff902a1;hb=06feaeabf5f8376201cf3aeb6367a4c97e1e2cbd;hp=e16594b383d75df3d7a1e895210e0113befb6b0e;hpb=5d3fcb9c57e586c20651594edf91a2dccb08df00;p=fa-stable.git diff --git a/inventory/cost_update.php b/inventory/cost_update.php index e16594b3..3afe0b64 100644 --- a/inventory/cost_update.php +++ b/inventory/cost_update.php @@ -74,7 +74,7 @@ if (isset($_POST['UpdateData'])) if ($update_no > 0) { - display_notification(get_gl_view_str(ST_COSTUPDATE, $update_no, _("View the GL Journal Entries for this Cost Update")), 0, 1); + display_notification(get_gl_view_str(ST_COSTUPDATE, $update_no, _("View the GL Journal Entries for this Cost Update"))); } } @@ -118,7 +118,10 @@ $_POST['overhead_cost'] = price_decimal_format($myrow["overhead_cost"], $dec3); amount_row(_("Standard Material Cost Per Unit"), "material_cost", null, "class='tableheader2'", null, $dec1); if (@$_GET['popup']) +{ hidden('_tabs_sel', get_post('_tabs_sel')); + hidden('popup', @$_GET['popup']); +} if ($myrow["mb_flag"]=='M') { amount_row(_("Standard Labour Cost Per Unit"), "labour_cost", null, "class='tableheader2'", null, $dec2);