X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FUI%2FWeb.pm;h=2d12f7d14b6273bdcb5d8085a2b5de8d6d73d414;hp=84f397920c2175e5b1d29e97fd1c848cb3a4a5e2;hb=a3092d901441a8640c1f7f9be4b0374146e43b0a;hpb=3c1daaa7219fa4eef418a0a1e3ae70018ef6791e diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index 84f397920..2d12f7d14 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -363,7 +363,7 @@ foreach my $phone_type ( FS::phone_type->get_phone_types() ) { my $num = $phone_type->phonetypenum; my @phones; - foreach ($self->contact_list_name_phones) { + foreach (FS::cust_main::contact_list_name_phones($self)) { my $data = [ { 'data' => $_->first.' '.$_->last.' '.FS::contact_phone::phonenum_pretty($_),