From dd243855c3f55cdba37a2806b2ba63ebe6c6e792 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Sun, 11 Jan 2009 20:02:52 +0000 Subject: [PATCH] Added hotkey for reconciliation menu option. --- applications/generalledger.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/generalledger.php b/applications/generalledger.php index 1e4468e5..284c567e 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -14,8 +14,7 @@ $this->add_lapp_function(0, _("Bank Account &Transfers"),"gl/bank_transfer.php?"); $this->add_rapp_function(0, _("&Journal Entry"),"gl/gl_journal.php?NewJournal=Yes"); $this->add_rapp_function(0, _("&Budget Entry"),"gl/gl_budget.php?"); - //Added by Rob Mallon on 1/8/09 - $this->add_rapp_function(0, _("Reconcile Bank Account"),"gl/bank_account_reconcile.php?"); + $this->add_rapp_function(0, _("&Reconcile Bank Account"),"gl/bank_account_reconcile.php?"); $this->add_module(_("Inquiries and Reports")); $this->add_lapp_function(1, _("Bank Account &Inquiry"),"gl/inquiry/bank_inquiry.php?"); $this->add_lapp_function(1, _("GL Account &Inquiry"),"gl/inquiry/gl_account_inquiry.php?"); -- 2.30.2