X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Finventory.php;h=5fa7d5e1b6b9c4d9fbca08dcff22cf07870b01d6;hb=de320b43ef41373a90d9061483b6e8970947fdfa;hp=620e1bc4d79acd010dd72bce5df2e42b9b82be82;hpb=cb8cf10b735342399abfce9384565a7474b92947;p=fa-stable.git diff --git a/applications/inventory.php b/applications/inventory.php index 620e1bc4..5fa7d5e1 100644 --- a/applications/inventory.php +++ b/applications/inventory.php @@ -23,7 +23,7 @@ $this->add_lapp_function(2, _("Inventory Locations"),"inventory/manage/locations.php?"); $this->add_rapp_function(2, _("Inventory Movement Types"),"inventory/manage/movement_types.php?"); $this->add_rapp_function(2, _("Item Tax Types"),"taxes/item_tax_types.php?"); - $this->add_rapp_function(2, "",""); + $this->add_rapp_function(2, _("Units of Measure"),"inventory/manage/item_units.php?"); $this->add_rapp_function(2, _("Reorder Levels"),"inventory/reorder_level.php?"); $this->add_module(_("Pricing and Costs"));