[freeside-commits] branch FREESIDE_3_BRANCH updated. 34e000a3696383be585eb0cb35768579db4e083c
Christopher Burger
burgerc at freeside.biz
Thu Jun 6 07:39:13 PDT 2019
The branch, FREESIDE_3_BRANCH has been updated
via 34e000a3696383be585eb0cb35768579db4e083c (commit)
from 403b8a5cbbf1132b19707aa48a4cde2de255866c (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 34e000a3696383be585eb0cb35768579db4e083c
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