Added option for Manual Revaluation of Currency Accounts
[fa-stable.git] / applications / generalledger.php
index 994be1ae61077459bd9fdd8f111810e46a53907c..ce22dec384ee1c259b94bfaa7d60c639963f4acf 100644 (file)
@@ -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();
        }