[freeside-commits] branch master updated. 8e6571688709ddca07e83191af6610d4248574a3

Ivan ivan at 420.am
Tue May 15 18:46:54 PDT 2012


The branch, master has been updated
       via  8e6571688709ddca07e83191af6610d4248574a3 (commit)
      from  49fc33db77d202f175a4d8a33e3eab1e52080a4d (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 8e6571688709ddca07e83191af6610d4248574a3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue May 15 18:46:53 2012 -0700

    fix global advertising sources, RT#17721

diff --git a/FS/FS/part_referral.pm b/FS/FS/part_referral.pm
index e7dfe06..992e1c5 100644
--- a/FS/FS/part_referral.pm
+++ b/FS/FS/part_referral.pm
@@ -172,7 +172,7 @@ sub all_part_referral {
   qsearch({
     'table'     => 'part_referral',
     'hashref'   => $hashref,
-    'extra_sql' => $and. $self->acl_agentnum_sql(@_). ' ORDER BY refnum ',
+    'extra_sql' => $and. $self->acl_agentnum_sql($global). ' ORDER BY refnum ',
   });
 
 }

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

Summary of changes:
 FS/FS/part_referral.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list