diff --git a/module/common/model.php b/module/common/model.php index ff7bb3d411..89186a68cb 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -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, " " . "{$title}", $target, "class='btn btn-link $extraClass' $misc", true); }