From: Christopher Burger Date: Wed, 5 Jun 2019 13:37:06 +0000 (-0400) Subject: RT# 83436 - fixed Advanced Broadband Service Report when displaying phone numbers X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ec89eda1ec48099ade076f8e547baeffbdb5632d RT# 83436 - fixed Advanced Broadband Service Report when displaying phone numbers --- diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index bbb8e701d..a4f9ac398 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -360,7 +360,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($_),