backporting, #72101
[freeside.git] / FS / FS / access_user.pm
index d13549d..366ae7e 100644 (file)
@@ -831,6 +831,13 @@ sub set_page_pref {
   return $error;
 }
 
+#3.x
+
+sub saved_search {
+  my $self = shift;
+  qsearch('saved_search', { 'usernum' => $self->usernum });
+}
+
 =back
 
 =head1 BUGS