Slightly changed inactive records support.
[fa-stable.git] / applications / generalledger.php
index e690825259814b2809091c5ae3fc66f4bdfc14a4..8c0e11fba1276176ac37ddc1d73958f3b6a8bc88 100644 (file)
@@ -9,13 +9,12 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-       include_once("./modules/installed_modules.php");
        class general_ledger_app extends application 
        {
                function general_ledger_app() 
                {
                        global $installed_modules;
-                       $this->application("GL",_("Banking and General Ledger"));
+                       $this->application("GL",_("&Banking and General Ledger"));
 
                        $this->add_module(_("Transactions"));
                        $this->add_lapp_function(0, _("&Payments"),"gl/gl_bank.php?NewPayment=Yes");