From 0571865a7b52742e4678fa92ccb246b7f34b84ee Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Wed, 18 Aug 2021 14:49:09 +0800 Subject: [PATCH] * Modify the display condition of the postponed label. --- module/project/view/browsebycard.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/view/browsebycard.html.php b/module/project/view/browsebycard.html.php index 12cbe46fe2..5532ba89a7 100644 --- a/module/project/view/browsebycard.html.php +++ b/module/project/view/browsebycard.html.php @@ -97,7 +97,7 @@
- status == 'doing' and isset($project->delay)) ? 'delay' : $project->status;?> + delay) ? 'delay' : $project->status;?> project->statusList[$status];?>