X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=8c0e11fba1276176ac37ddc1d73958f3b6a8bc88;hb=47cdc160884d49ca90e9470a609cd42eac0a709e;hp=e690825259814b2809091c5ae3fc66f4bdfc14a4;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index e6908252..8c0e11fb 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -9,13 +9,12 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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");