[freeside-commits] branch FREESIDE_4_BRANCH updated. d33ff2da7cb349a12d98d4560dab3e68a4c8f5dc
Ivan Kohler
ivan at freeside.biz
Wed Jan 10 16:37:03 PST 2018
The branch, FREESIDE_4_BRANCH has been updated
via d33ff2da7cb349a12d98d4560dab3e68a4c8f5dc (commit)
from 12a92604de8428e1d3b1be20e2bda2bd31bd5aeb (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 d33ff2da7cb349a12d98d4560dab3e68a4c8f5dc
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 10 16:37:02 2018 -0800
extend vitelity integration: start and complete port-in, RT#73618, RT#78929
diff --git a/FS/FS/svc_phone.pm b/FS/FS/svc_phone.pm
index c2250c111..637c148c1 100644
--- a/FS/FS/svc_phone.pm
+++ b/FS/FS/svc_phone.pm
@@ -813,7 +813,7 @@ sub phone_name_or_cust {
}
my $cust_pkg = $self->cust_svc->cust_pkg or return '';
if ( $cust_pkg->contactnum ) {
- return $cust_pkg->contact->firstlast;
+ return $cust_pkg->contact_obj->firstlast;
} else {
return $cust_pkg->cust_main->name_short;
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/svc_phone.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list