[freeside-commits] branch FREESIDE_3_BRANCH updated. 403b8a5cbbf1132b19707aa48a4cde2de255866c
Christopher Burger
burgerc at freeside.biz
Wed Jun 5 07:17:13 PDT 2019
The branch, FREESIDE_3_BRANCH has been updated
via 403b8a5cbbf1132b19707aa48a4cde2de255866c (commit)
from a0409c370a7b91e98b6f8773c7ac9b63e7c01c49 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 403b8a5cbbf1132b19707aa48a4cde2de255866c
Author: Christopher Burger <burgerc at freeside.biz>
Date: Wed Jun 5 09:37:06 2019 -0400
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 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($_),
-----------------------------------------------------------------------
Summary of changes:
FS/FS/UI/Web.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list