diff options
| -rw-r--r-- | FS/FS/UI/Web.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index c2a600629..ab9b21ddf 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -359,7 +359,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($_),  | 
