X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fitems.php;h=2cc9e47e1e4394435e8da85f4b85a3b157b78e64;hb=5dc5289c7042dfcf44dfdcdc9321eac86ffd32c6;hp=ceb556fecaade6fc1164486ce43087df71502a51;hpb=ab6e80ccdc767b78bbb4a4a38190f16a77747feb;p=fa-stable.git diff --git a/inventory/manage/items.php b/inventory/manage/items.php index ceb556fe..2cc9e47e 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -462,9 +462,8 @@ tabbed_content_start('tabs', array( $_SESSION["wa_current_user"]->can_access_page('SA_REORDER') ? $stock_id : null)), 'movement' => array(_('&Transactions'), ($_SESSION["wa_current_user"]->can_access_page('SA_ITEMSTRANSVIEW') ? $stock_id : null)), - 'status' => array(_('&Status'), $stock_id), - //'status' => array(_('&Status'), - // ($_SESSION["wa_current_user"]->can_access_page('SA_ITEMSSTATVIEW') ? $stock_id : null)), + 'status' => array(_('&Status'), + ($_SESSION["wa_current_user"]->can_access_page('SA_ITEMSSTATVIEW') ? $stock_id : null)), )); switch (get_post('_tabs_sel')) {