* [bug#68123] fix the issue of productplan.

This commit is contained in:
wangzemei
2025-12-16 16:27:25 +08:00
parent d961136ab1
commit 696eb0ad01
+1 -1
View File
@@ -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