Fixed a small bug in cost update.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 27 Jan 2013 14:38:22 +0000 (15:38 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 27 Jan 2013 14:38:22 +0000 (15:38 +0100)
inventory/cost_update.php

index e16594b383d75df3d7a1e895210e0113befb6b0e..ced20387db19f6a48fd5ef5791bb48766ee0d7f9 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")));
         }
 
        }