Wrong class parameter in Generqal Ledger Reports
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 20 Feb 2010 08:19:21 +0000 (08:19 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sat, 20 Feb 2010 08:19:21 +0000 (08:19 +0000)
CHANGELOG.txt
applications/generalledger.php

index 5534380ed4ea6167073eaedb0c152284953f8596..48cf6cc0be074e065416798449d5aad915e821db 100644 (file)
@@ -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
index 1ca54f4f39545ba009d567ec088a70397ff1e520..994be1ae61077459bd9fdd8f111810e46a53907c 100644 (file)
@@ -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"),