X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=ce22dec384ee1c259b94bfaa7d60c639963f4acf;hb=e7b078084252dbcb1fd1051ed0114804ed68b0e1;hp=1ca54f4f39545ba009d567ec088a70397ff1e520;hpb=303eb17e9cdd9702eee9fdfcaee51e654a1da541;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index 1ca54f4f..ce22dec3 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"), @@ -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(); }