Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / applications / manufacturing.php
index aef0bf31135b4f74bd123fd0eef914c759b98c1a..44b5e630e6ff30c2d82b40f4c3c150639fd74a5d 100644 (file)
@@ -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