[freeside-commits] branch master updated. b8b3ab121c9ced04b140eab79c6cea97fb4b126d

Ivan Kohler ivan at freeside.biz
Tue Mar 12 13:11:25 PDT 2019


The branch, master has been updated
       via  b8b3ab121c9ced04b140eab79c6cea97fb4b126d (commit)
      from  90e334773bc11bba47ab857530ff602009f4c4ce (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b8b3ab121c9ced04b140eab79c6cea97fb4b126d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Mar 12 13:11:24 2019 -0700

    fix svc_group service search fallout, RT#83002, RT#81628

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

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/svc_group.pm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)




More information about the freeside-commits mailing list