* Fix bug#46944.

This commit is contained in:
xieqiyu
2024-03-13 16:20:07 +08:00
parent 341c2b2cb3
commit 3d339a7d70
+1 -1
View File
@@ -289,7 +289,7 @@ dtable
set::checkInfo(jsRaw("function(checkedIDList){ return window.footerSummary(checkedIDList, '{$pageSummary}');}")),
set::emptyTip($lang->program->noProgram),
set::createTip($lang->program->create),
set::createLink(hasPriv('product', 'create') ? createLink('product', 'create') : null)
set::createLink(hasPriv('program', 'create') ? createLink('program', 'create') : null)
);
render();