[freeside-commits] branch master updated. e9f2cb50f9508ef790e5a37ffe68b2bcecc68930
Ivan
ivan at 420.am
Wed Apr 26 16:08:48 PDT 2017
The branch, master has been updated
via e9f2cb50f9508ef790e5a37ffe68b2bcecc68930 (commit)
from b9fee0a2939c7b19da44982ceaa513292c3a7cd8 (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 e9f2cb50f9508ef790e5a37ffe68b2bcecc68930
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Apr 26 16:08:47 2017 -0700
fix freeside-daily error checking LNP status, RT#75736, RT#73618
diff --git a/FS/FS/part_export/vitelity.pm b/FS/FS/part_export/vitelity.pm
index 0b6b81b..22f9ba7 100644
--- a/FS/FS/part_export/vitelity.pm
+++ b/FS/FS/part_export/vitelity.pm
@@ -478,6 +478,7 @@ sub check_lnp {
foreach my $svc_phone (
qsearch({ 'table' => 'svc_phone',
+ 'addl_from' => 'LEFT JOIN cust_svc USING (svcnum)',
'hashref' => {lnp_status=>'portingin'},
'extra_sql' => "AND svcpart $in_svcpart",
})
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/vitelity.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list