[freeside-commits] branch FREESIDE_4_BRANCH updated. ec89eda1ec48099ade076f8e547baeffbdb5632d
Christopher Burger
burgerc at freeside.biz
Wed Jun 5 07:01:45 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via ec89eda1ec48099ade076f8e547baeffbdb5632d (commit)
from 9a4d825975786479eea72440e4708faf80d505c7 (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 ec89eda1ec48099ade076f8e547baeffbdb5632d
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 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($_),
-----------------------------------------------------------------------
Summary of changes:
FS/FS/UI/Web.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list