Slightly changed inactive records support.
[fa-stable.git] / applications / customers.php
index 5dc0881c456ee13efe1057c74f76a83333a31a93..78e49e5447574e5d81d4bc7c0ef77778b90890e0 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 customers_app extends application 
        {
                function customers_app() 
                {
                        global $installed_modules;
-                       $this->application("orders",_("Sales"));
+                       $this->application("orders",_("&Sales"));
                
                        $this->add_module(_("Transactions"));
                        $this->add_lapp_function(0, _("Sales &Order Entry"),"sales/sales_order_entry.php?NewOrder=Yes");