From: Joe Hunt Date: Mon, 28 Jan 2013 14:36:54 +0000 (+0100) Subject: Rerun (parse error) X-Git-Tag: 2.3-final~326 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=ae5a4010b62224b1e3d8439517588eb2149478b9;p=fa-stable.git Rerun (parse error) --- diff --git a/gl/gl_bank.php b/gl/gl_bank.php index 27cb2999..17547fb2 100644 --- a/gl/gl_bank.php +++ b/gl/gl_bank.php @@ -88,7 +88,7 @@ if (isset($_GET['UpdatedID'])) $trans_no = $_GET['UpdatedID']; $trans_type = ST_BANKPAYMENT; - display_notification_centered(sprintf(_("Payment %d has been modified"), $trans_no); + display_notification_centered(sprintf(_("Payment %d has been modified"), $trans_no)); display_note(get_gl_view_str($trans_type, $trans_no, _("&View the GL Postings for this Payment"))); @@ -119,7 +119,7 @@ if (isset($_GET['UpdatedDep'])) $trans_no = $_GET['UpdatedDep']; $trans_type = ST_BANKDEPOSIT; - display_notification_centered(sprintf(_("Deposit %d has been modified"), $trans_no); + display_notification_centered(sprintf(_("Deposit %d has been modified"), $trans_no)); display_note(get_gl_view_str($trans_type, $trans_no, _("&View the GL Postings for this Deposit")));