From 2c557b79009378cffdc97bfa4add36018b5debd5 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 27 Feb 2023 08:51:12 +0000 Subject: [PATCH] * Finish task #85651. --- module/block/view/projectstatisticblock.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/view/projectstatisticblock.html.php b/module/block/view/projectstatisticblock.html.php index cf797124b2..b19671ee3c 100755 --- a/module/block/view/projectstatisticblock.html.php +++ b/module/block/view/projectstatisticblock.html.php @@ -205,7 +205,7 @@ $(function()
- executions[0]->hours->progress . '%';?> + executions[0]->hours->progress) ? $project->executions[0]->hours->progress . '%' : '0%';?>