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 . '"'; } ?>