Sales Delivery, Direct Invoice and Sales Credit: added exchange rate edition/storage...
[fa-stable.git] / inventory / cost_update.php
index e16594b383d75df3d7a1e895210e0113befb6b0e..3afe0b6412e26c6d15389a2850b521c23ff902a1 100644 (file)
@@ -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);