X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_phone.pm;h=637c148c1ab54170539345a3109cc266601628da;hp=c2250c111f38bbfa72b39581b7f234592a531821;hb=d33ff2da7cb349a12d98d4560dab3e68a4c8f5dc;hpb=12a92604de8428e1d3b1be20e2bda2bd31bd5aeb 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; }