X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=9b02b2a5bbb57fe84323a519c08f0e74a6ba0e42;hb=15c3a6a29a0860038ac972d3f6dd40c49f994e3f;hp=e3b5d6d7db9bb93e04fd8a137886bbb4805a32eb;hpb=cabe16222826c897b306107ffb176dcc61eadb8c;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index e3b5d6d7..9b02b2a5 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -26,7 +26,7 @@ $this->add_module(_("Maintenance")); $this->add_lapp_function(2, _("Bank &Accounts"),"gl/manage/bank_accounts.php?"); - $this->add_lapp_function(2, _("Payment, Deposit and Transfer &Types"),"gl/manage/bank_trans_types.php?"); + $this->add_lapp_function(2, _("Quick Entries"),"gl/manage/gl_quick_entries.php?"); $this->add_lapp_function(2, "",""); $this->add_lapp_function(2, _("&Currencies"),"gl/manage/currencies.php?"); $this->add_lapp_function(2, _("&Exchange Rates"),"gl/manage/exchange_rates.php?");