[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.131, 1.132
Mark Wells
mark at wavetail.420.am
Fri Jul 8 15:17:31 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv29141/FS/FS/ClientAPI
Modified Files:
MyAccount.pm
Log Message:
auto-create selfservice user in RT, #13199
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -w -d -r1.131 -r1.132
--- MyAccount.pm 27 Jun 2011 07:11:00 -0000 1.131
+++ MyAccount.pm 8 Jul 2011 22:17:29 -0000 1.132
@@ -321,7 +321,7 @@
$return{'require_address2'} = '';
}
- if ( $conf->exists('ticket_system') ) {
+ if ( $FS::TicketSystem::system ) {
warn "$me customer_info: initializing ticket system\n" if $DEBUG;
FS::TicketSystem->init();
}
More information about the freeside-commits
mailing list