Fixed tab hot keys.
[fa-stable.git] / applications / customers.php
index 96d1f81286bf6fe6cb8cd71868c4b84739412464..78e49e5447574e5d81d4bc7c0ef77778b90890e0 100644 (file)
@@ -14,7 +14,7 @@
                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");