Fixed warning displayed before 2.2 db upgrade.
[fa-stable.git] / applications / suppliers.php
index 7058716e107b9b3e2fdc4635a59a4567986c5871..345b3d10e95e8786bc4aed5e83108b11999e89c5 100644 (file)
@@ -14,7 +14,7 @@
                function suppliers_app() 
                {
                        global $installed_modules;
-                       $this->application("AP",_("Purchases"));
+                       $this->application("AP",_("&Purchases"));
                        
                        $this->add_module(_("Transactions"));
                        $this->add_lapp_function(0, _("Purchase &Order Entry"),"purchasing/po_entry_items.php?NewOrder=Yes");