import rt 3.4.6
[freeside.git] / rt / html / Admin / Groups / index.html
index 0734406..50857e5 100644 (file)
@@ -78,6 +78,10 @@ $Groups->LimitToUserDefinedGroups();
 my $title = loc('Select a group');
 my $caption;
 
+if ($FindDisabledGroups) {
+    $Groups->FindAllRows();
+}
+
 if (length $GroupString) {
     $caption = loc("Groups matching search criteria");
     if ($GroupField =~ /^CustomField-(\d+)/) {