diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2017-04-26 16:08:49 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2017-04-26 16:08:49 -0700 |
| commit | 44230b9d45c12920f5528ba5d3e4b11ec5dd5757 (patch) | |
| tree | 0f180e242c0ec56efed28f8b4fab538127907cfc | |
| parent | 536604504ef9e5ff239e2a96cf747977dd441ae3 (diff) | |
fix freeside-daily error checking LNP status, RT#75736, RT#73618
| -rw-r--r-- | FS/FS/part_export/vitelity.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_export/vitelity.pm b/FS/FS/part_export/vitelity.pm index 0b6b81b27..22f9ba7d7 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", }) |
