[freeside-commits] branch FREESIDE_4_BRANCH updated. 6ec46a33d291dca6f2800bdbc46a5bfc57bb258d
Ivan Kohler
ivan at freeside.biz
Tue Mar 12 13:11:28 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via 6ec46a33d291dca6f2800bdbc46a5bfc57bb258d (commit)
from 9c523f51fb75084936141a686994d141ccca15e9 (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 6ec46a33d291dca6f2800bdbc46a5bfc57bb258d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Mar 12 13:11:27 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