Feature 5388: Print Invoices (documents) list gets too long. Fixed by default 180...
[fa-stable.git] / applications / dimensions.php
index 88f05e314603b65b9d172915472439a04aef37a5..605710d7362c9fa91319d59784ef57669558aeb8 100644 (file)
 ***********************************************************************/
 class dimensions_app extends application
 {
-       function dimensions_app()
+       function __construct()
        {
                $dim = get_company_pref('use_dimension');
-               $this->application("proj", _($this->help_context = "&Dimensions"), $dim);
+               parent::__construct("proj", _($this->help_context = "&Dimensions"), $dim);
 
                if ($dim > 0)
                {
@@ -22,7 +22,7 @@ class dimensions_app extends application
                        $this->add_lapp_function(0, _("Dimension &Entry"),
                                "dimensions/dimension_entry.php?", 'SA_DIMENSION', MENU_ENTRY);
                        $this->add_lapp_function(0, _("&Outstanding Dimensions"),
-                               "dimensions/inquiry/search_dimensions.php?outstanding_only=1", 'SA_DIMTRANSVIEW', MENU_INQUIRY);
+                               "dimensions/inquiry/search_dimensions.php?outstanding_only=1", 'SA_DIMTRANSVIEW', MENU_TRANSACTION);
 
                        $this->add_module(_("Inquiries and Reports"));
                        $this->add_lapp_function(1, _("Dimension &Inquiry"),
@@ -40,4 +40,3 @@ class dimensions_app extends application
        }
 }
 
-?>
\ No newline at end of file