From 5db847e8f5705e80dd9b057e09d7c3ee12c94027 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sun, 27 Jan 2013 15:38:22 +0100 Subject: [PATCH] Fixed a small bug in cost update. --- inventory/cost_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/cost_update.php b/inventory/cost_update.php index e16594b3..ced20387 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"))); } } -- 2.30.2