From e23abde35936fafba9399a288cf5f47d6122f5a0 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 27 Nov 2025 11:20:08 +0000 Subject: [PATCH] Auto commit: 2025-11-27T11:20:08.013Z --- project_details.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project_details.php b/project_details.php index 7fc5afb..bb0103d 100644 --- a/project_details.php +++ b/project_details.php @@ -287,7 +287,8 @@ if (!$project) { $is_first_month_for_body = true; foreach ($months as $month): $cell_id = ''; - if ($is_first_month_for_body && in_array($metric, $editable_metrics)) { + $refreshable_metrics = array_merge($editable_metrics, ['NSR', 'Margin']); + if ($is_first_month_for_body && in_array($metric, $refreshable_metrics)) { $cell_id = 'id="' . str_replace(' ', '-', strtolower($metric)) . '-' . $month . '"'; } ?>