X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=b610f841e291f69f46eb62bddb0868bfb1be1934;hb=51d383df668c17328e3f0562ba294a103362bf80;hp=3a7158241388c7cbfc621ebcccba6fe8a79d7356;hpb=37f4a02e0f4bea58e5b2097d583bf9395ffc515f;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index 3a715824..b610f841 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -9,8 +9,8 @@ $this->application("GL",_("Banking and General Ledger")); $this->add_module(_("Transactions")); - $this->add_lapp_function(0, _("Payments"),"gl/gl_payment.php?NewPayment=Yes"); - $this->add_lapp_function(0, _("Deposits"),"gl/gl_deposit.php?NewDeposit=Yes"); + $this->add_lapp_function(0, _("Payments"),"gl/gl_bank.php?NewPayment=Yes"); + $this->add_lapp_function(0, _("Deposits"),"gl/gl_bank.php?NewDeposit=Yes"); $this->add_lapp_function(0, _("Bank Account Transfers"),"gl/bank_transfer.php?"); $this->add_rapp_function(0, _("Journal Entry"),"gl/gl_journal.php?NewJournal=Yes"); $this->add_rapp_function(0, _("Budget Entry"),"gl/gl_budget.php?");