X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Fmanufacturing.php;h=44b5e630e6ff30c2d82b40f4c3c150639fd74a5d;hb=406fee129771496f26ef91c0a25d487c7a77c054;hp=aef0bf31135b4f74bd123fd0eef914c759b98c1a;hpb=4e4ce8577f8582967995919860c66aa94d633afd;p=fa-stable.git diff --git a/applications/manufacturing.php b/applications/manufacturing.php index aef0bf31..44b5e630 100644 --- a/applications/manufacturing.php +++ b/applications/manufacturing.php @@ -11,9 +11,9 @@ ***********************************************************************/ class manufacturing_app extends application { - function manufacturing_app() + function __construct() { - $this->application("manuf", _($this->help_context = "&Manufacturing")); + parent::__construct("manuf", _($this->help_context = "&Manufacturing")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Work &Order Entry"), @@ -42,4 +42,3 @@ class manufacturing_app extends application } -?> \ No newline at end of file