diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-21 19:16:28 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-21 19:16:28 -0700 |
commit | 7afee164c56224236a4e98b99125869e17b18132 (patch) | |
tree | d948b665a7e046e54e19a7685a97dc2550574dcc /FS/FS | |
parent | 1bfdf0c3197b3daa99023be73f8b756debc336b8 (diff) |
self-service API list_contacts doc, RT#37372
Diffstat (limited to 'FS/FS')
-rw-r--r-- | FS/FS/ClientAPI/MyAccount/contact.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/MyAccount/contact.pm b/FS/FS/ClientAPI/MyAccount/contact.pm index 5f5bd2da3..009658d07 100644 --- a/FS/FS/ClientAPI/MyAccount/contact.pm +++ b/FS/FS/ClientAPI/MyAccount/contact.pm @@ -79,7 +79,7 @@ sub list_contacts { #TODO: contact phone numbers 'comment' => $_->comment, 'selfservice_access' => $_->selfservice_access, - 'disabled' => $_->disabled, + #'disabled' => $_->disabled, }; } $cust_main->cust_contact ); |