From a3092d901441a8640c1f7f9be4b0374146e43b0a Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Wed, 5 Jun 2019 09:37:06 -0400 Subject: [PATCH] RT# 83436 - fixed Advanced Broadband Service Report when displaying phone numbers --- FS/FS/UI/Web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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($_), -- 2.11.0