X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fmanage%2Fitems.php;h=86472085096af87271f32e82bc3548a3a5b5befe;hb=63adfdf6af29bf5dbe5ccbf1162fc27e63bf1e04;hp=5ac1f7506bf1c2e8ed6dea79fe3198ec41abe037;hpb=7da63db70a6ca210a46a9322d1f299ec663bb66d;p=fa-stable.git diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 5ac1f750..86472085 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -591,8 +591,7 @@ $tabs = (get_post('fixed_asset')) 'reorder_level' => array(_('&Reorder Levels'), (is_inventory_item($stock_id) && user_check_access('SA_REORDER') ? $stock_id : null)), 'movement' => array(_('&Transactions'), (user_check_access('SA_ITEMSTRANSVIEW') ? $stock_id : null)), - 'status' => array(_('&Status'), $stock_id), - //'status' => array(_('&Status'), (user_check_access('SA_ITEMSSTATVIEW') ? $stock_id : null)), + 'status' => array(_('&Status'), (user_check_access('SA_ITEMSSTATVIEW') ? $stock_id : null)), ); tabbed_content_start('tabs', $tabs);