[freeside-commits] branch FREESIDE_4_BRANCH updated. 44230b9d45c12920f5528ba5d3e4b11ec5dd5757

Ivan ivan at 420.am
Wed Apr 26 16:08:50 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  44230b9d45c12920f5528ba5d3e4b11ec5dd5757 (commit)
      from  536604504ef9e5ff239e2a96cf747977dd441ae3 (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 44230b9d45c12920f5528ba5d3e4b11ec5dd5757
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Apr 26 16:08:49 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