From 1ff7d29c998cbae688d8b6a5b682928feef8ed8b Mon Sep 17 00:00:00 2001 From: sunjun Date: Wed, 15 Jun 2022 03:07:20 +0000 Subject: [PATCH] sprint_204_57094 --- module/execution/view/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/view.html.php b/module/execution/view/view.html.php index 683cfb5e2a..5e9ea8e2da 100644 --- a/module/execution/view/view.html.php +++ b/module/execution/view/view.html.php @@ -191,7 +191,7 @@ { if($name != $end) { - echo common::hasPriv('program', 'product')? html::a($this->createLink('program', 'product', "programID=$id"), $name) . '/ ' : $name . '/ '; + echo common::hasPriv('program', 'product')? html::a($this->createLink('program', 'product', "programID=$id"), $name) . '/ ' : $name . '/ '; } else {