From: Ivan Kohler Date: Thu, 11 Jan 2018 00:37:13 +0000 (-0800) Subject: extend vitelity integration: start and complete port-in, RT#73618, RT#78929 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f8f2ef5ae14c08397b1af8986a1cf5831c453e21 extend vitelity integration: start and complete port-in, RT#73618, RT#78929 --- diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm index c2250c111..637c148c1 100644 --- a/FS/FS/svc_phone.pm +++ b/FS/FS/svc_phone.pm @@ -813,7 +813,7 @@ sub phone_name_or_cust { } my $cust_pkg = $self->cust_svc->cust_pkg or return ''; if ( $cust_pkg->contactnum ) { - return $cust_pkg->contact->firstlast; + return $cust_pkg->contact_obj->firstlast; } else { return $cust_pkg->cust_main->name_short; }