From: Joe Date: Sun, 30 Apr 2023 13:04:25 +0000 (+0200) Subject: Rerun fixed_assets attachments (items.php) X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=a0aa0951b112eb22726567ad545bcbc1ab28fb99 Rerun fixed_assets attachments (items.php) --- diff --git a/inventory/manage/items.php b/inventory/manage/items.php index 1683ece7..c3970a71 100644 --- a/inventory/manage/items.php +++ b/inventory/manage/items.php @@ -586,7 +586,8 @@ if (!$stock_id) $tabs = (get_post('fixed_asset')) ? array( 'settings' => array(_('&General settings'), $stock_id), - 'movement' => array(_('&Transactions'), $stock_id) ) + 'movement' => array(_('&Transactions'), $stock_id), + 'attachments' => array(_('Attachments'), (user_check_access('SA_ATTACHDOCUMENT') ? get_item_code_id($stock_id) : null))) : array( 'settings' => array(_('&General settings'), $stock_id), 'sales_pricing' => array(_('S&ales Pricing'), (user_check_access('SA_SALESPRICE') ? $stock_id : null)),