From: Joe Hunt Date: Sun, 27 Jan 2013 14:38:22 +0000 (+0100) Subject: Fixed a small bug in cost update. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=f77eeed8b122a005fef40740c11fdc0415e71785;p=textcart.git Fixed a small bug in cost update. --- 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"))); } }