diff options
Diffstat (limited to 'FS/FS/svc_acct.pm')
| -rw-r--r-- | FS/FS/svc_acct.pm | 30 | 
1 files changed, 16 insertions, 14 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 1bfdde0d6..87d33b029 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -1883,20 +1883,22 @@ sub email {    $self->username. '@'. $self->domain(@_);  } -=item acct_snarf - -Returns an array of FS::acct_snarf records associated with the account. - -=cut - -sub acct_snarf { -  my $self = shift; -  qsearch({ -    'table'    => 'acct_snarf', -    'hashref'  => { 'svcnum' => $self->svcnum }, -    #'order_by' => 'ORDER BY priority ASC', -  }); -} +# snarfs are unused at this point? +# +# =item acct_snarf +#  +# Returns an array of FS::acct_snarf records associated with the account. +#  +# =cut +#  +# sub acct_snarf { +#   my $self = shift; +#   qsearch({ +#     'table'    => 'acct_snarf', +#     'hashref'  => { 'svcnum' => $self->svcnum }, +#     #'order_by' => 'ORDER BY priority ASC', +#   }); +# }  =item cgp_rpop_hashref  | 
