summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-06-13 15:07:06 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-06-13 15:07:06 -0400
commit59ddd641e1242710868f20c51d0d4249098bcc0a (patch)
tree54f6c97e6c2f60724fa2599e55fb5ff9f230be6d /FS
parentc1916023bb43405fd2c7b213fcc63b9b5ebfef2c (diff)
parenteb4e6d7f09ab83b28d29e142c1d42b1b3a54afbe (diff)
Merge branch 'FREESIDE_4_BRANCH' of ssh://git.freeside.biz/home/git/freeside into FREESIDE_4_BRANCH
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index d6d7564..dbecb9b 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -623,6 +623,8 @@ sub customer_info_short {
for (@cust_main_editable_fields) {
$return{$_} = $cust_main->get($_);
}
+ $return{$_} = $cust_main->masked($_) for qw/ss stateid/;
+
#maybe a little more expensive, but it should be cached by now
for (@location_editable_fields) {
$return{$_} = $cust_main->bill_location->get($_)
@@ -3893,4 +3895,3 @@ sub _custoragent_session_custnum {
}
1;
-