summaryrefslogtreecommitdiff
path: root/FS/FS/svc_group.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-03-12 13:11:24 -0700
committerIvan Kohler <ivan@freeside.biz>2019-03-12 13:11:24 -0700
commitb8b3ab121c9ced04b140eab79c6cea97fb4b126d (patch)
tree969c7057118155b6ce37d23262259d5901fbe178 /FS/FS/svc_group.pm
parent90e334773bc11bba47ab857530ff602009f4c4ce (diff)
fix svc_group service search fallout, RT#83002, RT#81628
Diffstat (limited to 'FS/FS/svc_group.pm')
-rw-r--r--FS/FS/svc_group.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/FS/FS/svc_group.pm b/FS/FS/svc_group.pm
index 8d77893..555a018 100644
--- a/FS/FS/svc_group.pm
+++ b/FS/FS/svc_group.pm
@@ -82,11 +82,11 @@ Class method which returns an SQL fragment to search for the given string.
=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