X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FClientAPI%2FMyAccount.pm;h=f32523e356122f2ed8cf0ae44209967bc8797270;hb=a56ea36329a7d1bced2200ed0976e9147cf6e25c;hp=476ef078992035b314515e8074d1c5fb8c7275bc;hpb=956f5fc611a223847baf628e596511af1d0e2b0e;p=freeside.git diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm index 476ef0789..f32523e35 100644 --- a/FS/FS/ClientAPI/MyAccount.pm +++ b/FS/FS/ClientAPI/MyAccount.pm @@ -600,6 +600,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($_); @@ -3880,4 +3882,3 @@ sub _custoragent_session_custnum { } 1; -