Small cleanup
[fa-stable.git] / applications / generalledger.php
index 1ca54f4f39545ba009d567ec088a70397ff1e520..ce22dec384ee1c259b94bfaa7d60c639963f4acf 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"),
@@ -69,6 +69,9 @@ class general_ledger_app extends application
                        "gl/manage/gl_account_types.php?", 'SA_GLACCOUNTGROUP');
                $this->add_rapp_function(2, _("GL Account &Classes"),
                        "gl/manage/gl_account_classes.php?", 'SA_GLACCOUNTCLASS');
+               $this->add_rapp_function(2, "","");
+               $this->add_rapp_function(2, _("&Revaluation of Currency Accounts"),
+                       "gl/manage/revaluate_currencies.php?", 'SA_EXCHANGERATE');
 
                $this->add_extensions();
        }