More fixes to changed access system, activated js confirm dialogs.
[fa-stable.git] / applications / suppliers.php
index 8aacea962fe9e203777c93597c0ed0ebb14345e5..345b3d10e95e8786bc4aed5e83108b11999e89c5 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 suppliers_app extends application 
        {
                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");