[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 3707610bb71547ff5b83486f830122ec573e7585

Ivan ivan at 420.am
Wed Apr 10 13:01:42 PDT 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  3707610bb71547ff5b83486f830122ec573e7585 (commit)
      from  3681a0191d49e41418a999a39007692bb0adabcb (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 3707610bb71547ff5b83486f830122ec573e7585
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Apr 10 13:01:41 2013 -0700

    snarfs are used by commuigate pro RPOP

diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm
index 87d33b0..fd7f5dd 100644
--- a/FS/FS/svc_acct.pm
+++ b/FS/FS/svc_acct.pm
@@ -1883,22 +1883,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
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/svc_acct.pm |   32 ++++++++++++++++----------------
 1 files changed, 16 insertions(+), 16 deletions(-)




More information about the freeside-commits mailing list