From: Janusz Dobrowolski Date: Thu, 23 Oct 2008 17:20:03 +0000 (+0000) Subject: Added hotkeys to final menu. X-Git-Tag: v2.4.2~19^2~1827 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=abad8104a0fc538d1023c409394bc40f991ea42c;p=fa-stable.git Added hotkeys to final menu. --- diff --git a/sales/credit_note_entry.php b/sales/credit_note_entry.php index 89a1cf05..5297328a 100644 --- a/sales/credit_note_entry.php +++ b/sales/credit_note_entry.php @@ -59,11 +59,11 @@ if (isset($_GET['AddedID'])) { display_notification_centered(sprintf(_("Credit Note # %d has been processed"),$credit_no)); - display_note(get_customer_trans_view_str($trans_type, $credit_no, _("View this credit note")), 0, 1); + display_note(get_customer_trans_view_str($trans_type, $credit_no, _("&View this credit note")), 0, 1); - display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL Journal Entries for this Credit Note"))); + display_note(get_gl_view_str($trans_type, $credit_no, _("View the GL &Journal Entries for this Credit Note"))); - hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another Credit Note"), "NewCredit=yes"); + hyperlink_params($_SERVER['PHP_SELF'], _("Enter Another &Credit Note"), "NewCredit=yes"); display_footer_exit(); }