extend vitelity integration: start and complete port-in, RT#73618, RT#78929
authorIvan Kohler <ivan@freeside.biz>
Thu, 11 Jan 2018 00:37:02 +0000 (16:37 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 11 Jan 2018 00:37:02 +0000 (16:37 -0800)
FS/FS/svc_phone.pm

index c2250c1..637c148 100644 (file)
@@ -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;
   }