Fixed problem with multiply zero values in selector options.
[fa-stable.git] / applications / generalledger.php
index 70a022a0b46cd303a249b017b3212ffd6a8e8273..994be1ae61077459bd9fdd8f111810e46a53907c 100644 (file)
@@ -41,12 +41,14 @@ 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"),
+               $this->add_rapp_function(1, _("Balance &Sheet Drilldown"),
                        "gl/inquiry/balance_sheet.php?", 'SA_GLANALYTIC');
+               $this->add_rapp_function(1, _("&Profit and Loss Drilldown"),
+                       "gl/inquiry/profit_loss.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"),
-                       "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"),