fix svc_group service search fallout, RT#83002, RT#81628
authorIvan Kohler <ivan@freeside.biz>
Tue, 12 Mar 2019 20:11:24 +0000 (13:11 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 12 Mar 2019 20:11:24 +0000 (13:11 -0700)
FS/FS/svc_group.pm

index 8d77893..555a018 100644 (file)
@@ -82,11 +82,11 @@ Class method which returns an SQL fragment to search for the given string.
 
 =cut
 
 
 =cut
 
-#if we only have a quantity, then there's nothing to search on except svcnum
-sub search_sql {
-  my($class, $string) = @_;
-  $class->search_sql_field('svcnum', $string);
-}
+#if we only have a quantity, then there's nothing to search on
+#sub search_sql {
+#  my($class, $string) = @_;
+#  $class->search_sql_field('somefield', $string);
+#}
 
 
 =item label
 
 
 =item label