From 1fda7a436db11b73122b64b7a8855c859d5d33e6 Mon Sep 17 00:00:00 2001 From: liugang Date: Mon, 17 Oct 2022 08:30:46 +0800 Subject: [PATCH] * Fix bug #28465. --- module/product/view/browse.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/view/browse.html.php b/module/product/view/browse.html.php index 9e68255990..aa82083b22 100755 --- a/module/product/view/browse.html.php +++ b/module/product/view/browse.html.php @@ -48,7 +48,7 @@ js::set('storyType', $storyType); #productStoryForm table tbody tr td.c-actions {overflow: visible;} #productStoryForm table tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline-block; vertical-align: middle; background: #F4F5F7; margin: 0 4px 0 0;} -hasProduct) && empty($project->hasProduct)):?> +hasProduct) && empty($project->hasProduct) && $project->model != 'scrum'):?>