Merged changes from main trunk up to 2.2.5
[fa-stable.git] / applications / generalledger.php
index 676d3b1028ef9860e96bc7900c761a310ea7580c..c227dffae1433c91112c99a205b4dfbfadfc3c57 100644 (file)
@@ -42,6 +42,8 @@ class general_ledger_app extends application
 
                $this->add_rapp_function(1, _("Trial &Balance"),
                        "gl/inquiry/gl_trial_balance.php?", 'SA_GLANALYTIC');
+               $this->add_rapp_function(1, _("Balance &Sheet"),
+                       "gl/inquiry/balance_sheet.php?", 'SA_GLANALYTIC');
                $this->add_rapp_function(1, _("Banking &Reports"),
                        "reporting/reports_main.php?Class=5", 'SA_BANKREP');
                $this->add_rapp_function(1, _("General Ledger &Reports"),