X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fcustomers.php;h=e7453d86bc0418d49f46d40210c56502fbc63814;hb=e01ce098c8862750e2f4f66f255191e83a4ce1d6;hp=5399c3975ce9fd2b63c8ead751c25ac145e5dd5d;hpb=3f3cfa578adbc2b71f4fd9c8d0f5536d26af43d8;p=fa-stable.git diff --git a/applications/customers.php b/applications/customers.php index 5399c397..e7453d86 100644 --- a/applications/customers.php +++ b/applications/customers.php @@ -11,9 +11,9 @@ ***********************************************************************/ class customers_app extends application { - function customers_app() + function __construct() { - $this->application("orders", _($this->help_context = "&Sales")); + parent::__construct("orders", _($this->help_context = "&Sales")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Sales &Quotation Entry"), @@ -82,4 +82,3 @@ class customers_app extends application } -?> \ No newline at end of file