X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fsvc_phone.pm;h=cf9d9b44019e2d470a22469f0b1e9694f8a6262b;hb=1add633372bdca3cc7163c2ce48363fed3984437;hp=fc903652f0cfc8cf20f56138600ad3fde846355d;hpb=bd4ed118a478f56e32fe8fcbaf8aac1955236123;p=freeside.git diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index fc903652f..cf9d9b440 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -276,6 +276,8 @@ sub table { 'svc_phone'; } sub table_dupcheck_fields { ( 'countrycode', 'phonenum' ); } +sub device_table { 'phone_device'; } + =item search_sql STRING Class method which returns an SQL fragment to search for the given string.