From f77eeed8b122a005fef40740c11fdc0415e71785 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 e16594b..ced2038 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