X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fgl_bank.php;h=b3b3345cb51b75d3ef6b179953fe23eabed48b66;hb=303eb17e9cdd9702eee9fdfcaee51e654a1da541;hp=d38252015d0b3de7474d713be9502a60f1c03ded;hpb=ca24cca52aea78062e53ea229ad43dd464a6b39c;p=fa-stable.git diff --git a/gl/gl_bank.php b/gl/gl_bank.php index d3825201..b3b3345c 100644 --- a/gl/gl_bank.php +++ b/gl/gl_bank.php @@ -64,7 +64,7 @@ if (isset($_GET['AddedID'])) $trans_no = $_GET['AddedID']; $trans_type = ST_BANKPAYMENT; - display_notification_centered(_("Payment has been entered")); + display_notification_centered(_("Payment $trans_no has been entered")); display_note(get_gl_view_str($trans_type, $trans_no, _("&View the GL Postings for this Payment"))); @@ -80,7 +80,7 @@ if (isset($_GET['AddedDep'])) $trans_no = $_GET['AddedDep']; $trans_type = ST_BANKDEPOSIT; - display_notification_centered(_("Deposit has been entered")); + display_notification_centered(_("Deposit $trans_no has been entered")); display_note(get_gl_view_str($trans_type, $trans_no, _("View the GL Postings for this Deposit")));