X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=8c0e11fba1276176ac37ddc1d73958f3b6a8bc88;hb=47cdc160884d49ca90e9470a609cd42eac0a709e;hp=b894d810f3b83c9d9a27f8dfe59d92f9a1f44e14;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index b894d810..8c0e11fb 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -1,21 +1,20 @@ . + See the License here . ***********************************************************************/ - 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");