[freeside-commits] branch FREESIDE_4_BRANCH updated. 35058cbcdc3bd3faf365a063a16b4015bc5d95f8

Christopher Burger burgerc at freeside.biz
Thu Jun 6 07:24:58 PDT 2019


The branch, FREESIDE_4_BRANCH has been updated
       via  35058cbcdc3bd3faf365a063a16b4015bc5d95f8 (commit)
      from  ec89eda1ec48099ade076f8e547baeffbdb5632d (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 35058cbcdc3bd3faf365a063a16b4015bc5d95f8
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Thu Jun 6 10:00:26 2019 -0400

    RT# 83251 - removed search for unprovisioned services

diff --git a/FS/bin/freeside-svcbroadband_update_speeds b/FS/bin/freeside-svcbroadband_update_speeds
index b3b257a5a..8a6f33f7d 100755
--- a/FS/bin/freeside-svcbroadband_update_speeds
+++ b/FS/bin/freeside-svcbroadband_update_speeds
@@ -47,12 +47,12 @@ my @services = qsearch({
 });
 
 ### get list of all unprovisioned services
-my $ups_extra_sql = "where cust_pkg.cancel is null and pkg_svc.quantity > 0 and  pkg_svc.quantity > (select count(1) from cust_svc where  cust_svc.pkgnum = cust_pkg.pkgnum and  cust_svc.svcpart = pkg_svc.svcpart)  and pkg_svc.svcpart = $opt_s";
-my @unprovisioned_services = qsearchs({
-    'table'     => 'cust_pkg',
-    'addl_from' => 'JOIN pkg_svc using (pkgpart)',
-    'extra_sql' => $ups_extra_sql,
-});
+#my $ups_extra_sql = "where cust_pkg.cancel is null and pkg_svc.quantity > 0 and  pkg_svc.quantity > (select count(1) from cust_svc where  cust_svc.pkgnum = cust_pkg.pkgnum and  cust_svc.svcpart = pkg_svc.svcpart)  and pkg_svc.svcpart = $opt_s";
+#my @unprovisioned_services = qsearch({
+#    'table'     => 'cust_pkg',
+#    'addl_from' => 'JOIN pkg_svc using (pkgpart)',
+#    'extra_sql' => $ups_extra_sql,
+#});
 
 my $speed;
 $speed = 'package' if $opt_p;

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

Summary of changes:
 FS/bin/freeside-svcbroadband_update_speeds | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)




More information about the freeside-commits mailing list