[freeside-commits] branch master updated. 85ce0596ef3f057adf3e768e1dd339bd5d86f1da
Ivan
ivan at 420.am
Thu Apr 25 01:30:00 PDT 2013
The branch, master has been updated
via 85ce0596ef3f057adf3e768e1dd339bd5d86f1da (commit)
from f6d64a9f735b666e876cf1a42e5ca16169ba7870 (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 85ce0596ef3f057adf3e768e1dd339bd5d86f1da
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Apr 25 01:29:55 2013 -0700
add company to self-service editable fields, RT#17617
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 8ccacc5..01e0ebc 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -50,7 +50,7 @@ $me = '[FS::ClientAPI::MyAccount]';
use vars qw( @cust_main_editable_fields @location_editable_fields );
@cust_main_editable_fields = qw(
- first last daytime night fax mobile
+ first last company daytime night fax mobile
locale
payby payinfo payname paystart_month paystart_year payissue payip
ss paytype paystate stateid stateid_state
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/MyAccount.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list