summaryrefslogtreecommitdiff
path: root/FS/FS/svc_acct.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-04-10 13:01:39 -0700
committerIvan Kohler <ivan@freeside.biz>2013-04-10 13:01:39 -0700
commit942d6c9ed24ac236abd050773cc38a9a6694357f (patch)
tree73f72ef5b28d97f1ceb495f74181f3971f6d92f0 /FS/FS/svc_acct.pm
parent4402718cbb1f0647bd734440b6fa2a1cd85a5635 (diff)
snarfs are used by commuigate pro RPOP
Diffstat (limited to 'FS/FS/svc_acct.pm')
-rw-r--r--FS/FS/svc_acct.pm32
1 files changed, 16 insertions, 16 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 6b48384..26d6e5b 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -1895,22 +1895,22 @@ sub email {
$self->username. '@'. $self->domain(@_);
}
-# 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 acct_snarf
+
+Returns an array of FS::acct_snarf records associated with the account.
+
+=cut
+
+# unused as originally intended, but now by Communigate Pro "RPOP"
+sub acct_snarf {
+ my $self = shift;
+ qsearch({
+ 'table' => 'acct_snarf',
+ 'hashref' => { 'svcnum' => $self->svcnum },
+ #'order_by' => 'ORDER BY priority ASC',
+ });
+}
=item cgp_rpop_hashref