summaryrefslogtreecommitdiff
path: root/FS/FS/svc_acct.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-04-09 15:55:46 -0700
committerIvan Kohler <ivan@freeside.biz>2013-04-09 15:55:46 -0700
commit6636a4ed5401d2915efb9aabe5345c7ad70f579e (patch)
tree6bf0e726320c1e7e46b356e594bd0d52559a6735 /FS/FS/svc_acct.pm
parent6b36f36dbf2cc6ae381827db1f1cdff394a3d334 (diff)
fix export errors about snarfs, not sure where the problem came in, RT#22454
Diffstat (limited to 'FS/FS/svc_acct.pm')
-rw-r--r--FS/FS/svc_acct.pm30
1 files changed, 16 insertions, 14 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index e36dbbd..6b48384 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -1895,20 +1895,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