RT# 83436 - fixed Advanced Broadband Service Report when displaying phone numbers
authorChristopher Burger <burgerc@freeside.biz>
Wed, 5 Jun 2019 13:37:06 +0000 (09:37 -0400)
committerChristopher Burger <burgerc@freeside.biz>
Wed, 5 Jun 2019 13:47:41 +0000 (09:47 -0400)
FS/FS/UI/Web.pm

index bbb8e70..a4f9ac3 100644 (file)
@@ -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($_),