* Code for task #91093.

This commit is contained in:
tanghucheng
2023-04-17 17:13:30 +08:00
parent 1562a7f9bf
commit 93ffc06caa
+1 -1
View File
@@ -1770,7 +1770,7 @@ EOF;
}
if($type == 'button')
{
if($method != 'edit' and $method != 'copy' and $method != 'delete')
if($method != 'edit' and $method != 'copy' and $method != 'delete' and ($method != 'review' and $module != 'charter'))
{
return html::a($link, "<i class='$class'></i> " . "<span class='text'>{$title}</span>", $target, "class='btn btn-link $extraClass' $misc", true);
}