$ /reporting/reports_main.php
/reporting/rep706.php
/reporting/rep707.php
+! Added trans_no in bank deposit/payment final link, by Tom Hallman.
+$ /gl/gl_bank.php
09-Feb-2010 Joe Hunt/Chaitanya
# [0000202] Global $path_to_root is missing in function handle_submit() in file admin/create_coy.php
$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")));
$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")));