X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=applications%2Finventory.php;h=022ad67b7abca08ffab26c29d4267d2b51c5bb75;hb=4d4371fb200bb27fd6b680ebd2d1aaa450a0be7e;hp=598d5b100650dc8b2a966fcfca857349c5083a89;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/applications/inventory.php b/applications/inventory.php index 598d5b10..022ad67b 100644 --- a/applications/inventory.php +++ b/applications/inventory.php @@ -1,21 +1,20 @@ . + See the License here . ***********************************************************************/ - include_once("./modules/installed_modules.php"); class inventory_app extends application { function inventory_app() { global $installed_modules; - $this->application("stock",_("Items and Inventory")); + $this->application("stock",_("&Items and Inventory")); $this->add_module(_("Transactions")); $this->add_lapp_function(0, _("Inventory Location &Transfers"),"inventory/transfers.php?NewTransfer=1");