[freeside-commits] branch master updated. b91274144fa2b6be37c82f2e296d4e62cd47358e

Ivan ivan at 420.am
Fri Mar 11 20:05:03 PST 2016


The branch, master has been updated
       via  b91274144fa2b6be37c82f2e296d4e62cd47358e (commit)
      from  3df10fe3f94cbae6c6bb247ccc1137d71bc44bbb (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 b91274144fa2b6be37c82f2e296d4e62cd47358e
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Mar 11 20:05:02 2016 -0800

    fix customer package browse selection, RT#39822

diff --git a/FS/FS/cust_main/Packages.pm b/FS/FS/cust_main/Packages.pm
index 792c05b..ef8d1a4 100644
--- a/FS/FS/cust_main/Packages.pm
+++ b/FS/FS/cust_main/Packages.pm
@@ -485,7 +485,8 @@ sub ncancelled_pkgs {
          $self->custnum. "\n"
       if $DEBUG > 1;
 
-    $extra_qsearch->{'extra_sql'} .= ' AND ( cancel IS NULL OR cancel = 0 ) ';
+    $extra_qsearch->{'extra_sql'} .=
+      ' AND ( cust_pkg.cancel IS NULL OR cust_pkg.cancel = 0 ) ';
 
     @cust_pkg = $self->_cust_pkg($extra_qsearch);
 

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

Summary of changes:
 FS/FS/cust_main/Packages.pm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list