X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fgeneralledger.php;h=f81f04e04a4423cb77d1557d0a3f50b2302a0952;hb=da7df35c61205d0b1af47d286be591b8a3194b0c;hp=351e2486d178001483f41216de32e73498bed4de;hpb=b11418d0e2c2691abcb5330e6b62bc1d45b741f1;p=fa-stable.git diff --git a/applications/generalledger.php b/applications/generalledger.php index 351e2486..f81f04e0 100644 --- a/applications/generalledger.php +++ b/applications/generalledger.php @@ -11,9 +11,9 @@ ***********************************************************************/ class general_ledger_app extends application { - function general_ledger_app() + function __construct() { - $this->application("GL", _($this->help_context = "&Banking and General Ledger")); + parent::__construct("GL", _($this->help_context = "&Banking and General Ledger")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("&Payments"), @@ -81,4 +81,3 @@ class general_ledger_app extends application } -?> \ No newline at end of file