From fbf2d73aafca1789bfb4685dc5158dd4f94b1020 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 20 Feb 2010 08:19:21 +0000 Subject: [PATCH] Wrong class parameter in Generqal Ledger Reports --- CHANGELOG.txt | 4 ++++ applications/generalledger.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5534380e..48cf6cc0 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> Note $ -> Affected files +20-Feb-2010 Joe Hunt +# Wrong class parameter in Generqal Ledger Reports +$ /applications/generalledger.php + 16-Feb-2010 Merged changes from main trunk up to 2.2.6 as follows ------------------------------- Release 2.2.6 ---------------------------------- 16-Feb-2010 Joe Hunt diff --git a/applications/generalledger.php b/applications/generalledger.php index 1ca54f4f..994be1ae 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -48,7 +48,7 @@ class general_ledger_app extends application $this->add_rapp_function(1, _("Banking &Reports"), "reporting/reports_main.php?Class=5", 'SA_BANKREP'); $this->add_rapp_function(1, _("General Ledger &Reports"), - "reporting/reports_main.php?Class="._("General Ledger"), 'SA_GLREP'); + "reporting/reports_main.php?Class=6", 'SA_GLREP'); $this->add_module(_("Maintenance")); $this->add_lapp_function(2, _("Bank &Accounts"), -- 2.30.2