X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_group.pm;h=555a018c3edd9589097288d874df483b6d5438b8;hp=8d77893103338c4f3ab74b15eec8658557bd7874;hb=b8b3ab121c9ced04b140eab79c6cea97fb4b126d;hpb=90e334773bc11bba47ab857530ff602009f4c4ce diff --git a/FS/FS/svc_group.pm b/FS/FS/svc_group.pm index 8d7789310..555a018c3 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