X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=6e3c48ca96f7be9cf7fa84894421a97ffe60a1c2;hb=bf00f0e16df5974ecba17b59be8bc660bdf6b8a8;hp=ecbc6b9128f8ea204a197af09e028190b39a99ba;hpb=1f0c585ef87e9138499a71ae2954b1a177a6ef97;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index ecbc6b91..6e3c48ca 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -18,15 +18,14 @@ $this->add_module(_("Inquiries and Reports")); $this->add_lapp_function(1, _("Bank Account &Inquiry"),"gl/inquiry/bank_inquiry.php?"); $this->add_lapp_function(1, _("GL Account &Inquiry"),"gl/inquiry/gl_account_inquiry.php?"); - $this->add_lapp_function(1, "",""); $this->add_lapp_function(1, _("Trial &Balance"),"gl/inquiry/gl_trial_balance.php?"); + $this->add_lapp_function(1, _("Ta&x Inquiry"),"gl/inquiry/tax_inquiry.php?"); $this->add_rapp_function(1, _("Banking &Reports"),"reporting/reports_main.php?Class=5"); $this->add_rapp_function(1, _("General Ledger &Reports"),"reporting/reports_main.php?Class=6"); $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?");