X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitems.php;h=0fadbe52b4d6d9be11ecd391613db456724e3355;hb=d2cc0860eccf02eaefcd90731ac3af141a841529;hp=9356e0b11fcc729fb06bed9e1a864f58861b95f7;hpb=8ea6c4dd0d9b31b3456d012b0c94339b801bee0c;p=fa-stable.git diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 9356e0b1..0fadbe52 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -13,7 +13,7 @@ $page_security = 'SA_ITEM'; $path_to_root = "../.."; include($path_to_root . "/includes/session.inc"); -page(_("Items"), @$_REQUEST['popup']); +page(_($help_context = "Items"), @$_REQUEST['popup']); include_once($path_to_root . "/includes/date_functions.inc"); include_once($path_to_root . "/includes/ui.inc");