[freeside-commits] branch FREESIDE_3_BRANCH updated. cf66b5b46f5af76dbb6f6fe20b1d3fecc7c88ca2
Ivan Kohler
ivan at freeside.biz
Wed Jan 10 16:37:06 PST 2018
The branch, FREESIDE_3_BRANCH has been updated
via cf66b5b46f5af76dbb6f6fe20b1d3fecc7c88ca2 (commit)
from 5e664f9135bb01824f6a55482ca3c62c063df60e (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 cf66b5b46f5af76dbb6f6fe20b1d3fecc7c88ca2
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 10 16:37:05 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 ccc28a0df..7caf63c7a 100644
--- a/FS/FS/svc_phone.pm
+++ b/FS/FS/svc_phone.pm
@@ -801,7 +801,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