From a0aa0951b112eb22726567ad545bcbc1ab28fb99 Mon Sep 17 00:00:00 2001 From: Joe Date: Sun, 30 Apr 2023 15:04:25 +0200 Subject: [PATCH] Rerun fixed_assets attachments (items.php) --- inventory/manage/items.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)), -- 2.30.2