From 119a3fab7d7714ecb52a85782b754ddec30e586e Mon Sep 17 00:00:00 2001 From: zhengrunyu Date: Fri, 26 Nov 2021 08:48:26 +0800 Subject: [PATCH] *Finish task #45151. --- module/execution/view/view.html.php | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/module/execution/view/view.html.php b/module/execution/view/view.html.php index 8a22dd6221..4b1a0b8932 100644 --- a/module/execution/view/view.html.php +++ b/module/execution/view/view.html.php @@ -239,21 +239,13 @@ execution->begin;?> begin;?> execution->realBegan;?> - realBegan == 0000-00-00): ?> - - - realBegan;?> - + realBegan == '0000-00-00' ? '' : $execution->realBegan;?> execution->end;?> end;?> execution->realEnd;?> - realEnd == 0000-00-00): ?> - - - realEnd;?> - + realEnd == '0000-00-00' ? '' : $execution->realEnd;?> execution->totalEstimate;?>