X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Finventory.php;h=965109b64b735040aa97520e4d0bcaae74261b34;hb=7c7cabc03b76e916ff540aca45545042d3b327bb;hp=1c4b4277461396c501873ba3794cb27e1e208ac1;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/applications/inventory.php b/applications/inventory.php index 1c4b4277..965109b6 100644 --- a/applications/inventory.php +++ b/applications/inventory.php @@ -38,10 +38,8 @@ class inventory_app extends application "inventory/manage/sales_kits.php?", 'SA_SALESKIT', MENU_MAINTENANCE); $this->add_lapp_function(2, _("Item &Categories"), "inventory/manage/item_categories.php?", 'SA_ITEMCATEGORY', MENU_MAINTENANCE); - $this->add_lapp_function(2, _("Inventory &Locations"), + $this->add_rapp_function(2, _("Inventory &Locations"), "inventory/manage/locations.php?", 'SA_INVENTORYLOCATION', MENU_MAINTENANCE); - $this->add_rapp_function(2, _("Inventory &Movement Types"), - "inventory/manage/movement_types.php?", 'SA_INVENTORYMOVETYPE', MENU_MAINTENANCE); $this->add_rapp_function(2, _("&Units of Measure"), "inventory/manage/item_units.php?", 'SA_UOM', MENU_MAINTENANCE); $this->add_rapp_function(2, _("&Reorder Levels"),