Initial prefs for new user copied from current admin settings.
[fa-stable.git] / applications / manufacturing.php
index 01ea6e7a08b7608f9f77b2c909f8ee7937e91056..db225f4c7a50598620a4ea0db264d17778495168 100644 (file)
@@ -9,13 +9,12 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-       include_once("./modules/installed_modules.php");
        class manufacturing_app extends application
        {
                function manufacturing_app()
                {
                        global $installed_modules;
-                       $this->application("manuf",_("Manufacturing"));
+                       $this->application("manuf",_("&Manufacturing"));
 
                        $this->add_module(_("Transactions"));
                        $this->add_lapp_function(0, _("Work &Order Entry"),"manufacturing/work_order_entry.php?");