[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 1f119bfc22ca45df1e3714444f41851fce503fb5

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  1f119bfc22ca45df1e3714444f41851fce503fb5 (commit)
      from  e585bad2e483c4e4f9c9a52b859309b59cfb9432 (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 1f119bfc22ca45df1e3714444f41851fce503fb5
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue May 15 18:46:54 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