From 696eb0ad015389f3c9f16ce697161ab5c7bdca99 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Tue, 16 Dec 2025 16:27:25 +0800 Subject: [PATCH] * [bug#68123] fix the issue of productplan. --- module/productplan/ui/browsebylist.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/productplan/ui/browsebylist.html.php b/module/productplan/ui/browsebylist.html.php index 63dce6392e..ad8785e7d7 100644 --- a/module/productplan/ui/browsebylist.html.php +++ b/module/productplan/ui/browsebylist.html.php @@ -223,7 +223,7 @@ dtable ($isFromDoc || $isFromAI) ? null : set::sortLink($sortLink), ($isFromDoc || $isFromAI) ? null : set::checkInfo(jsRaw("function(checkedIDList){return window.setStatistics(this, checkedIDList, '{$summary}');}")), ($isFromDoc || $isFromAI) ? null : set::createTip($lang->productplan->create), - ($isFromDoc || $isFromAI) ? null : set::createLink($canCreatePlan ? createLink($app->rawModule, 'create', "productID={$productID}&branch={$branch}") : '') + ($isFromDoc || $isFromAI) ? null : set::createLink($createPlanLink) ); modal