[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.68, 1.69
Ivan,,,
ivan at wavetail.420.am
Sun Mar 16 15:39:27 PDT 2008
- Previous message: [freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.67, 1.68
- Next message: [freeside-commits] freeside/httemplate/elements popup_link-cust_main.html, NONE, 1.1.2.1 popup_link-cust_pkg.html, NONE, 1.1.2.1 popup_link-cust_svc.html, NONE, 1.1.2.1 popup_link.html, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv5677/ClientAPI
Modified Files:
MyAccount.pm
Log Message:
phonenum + pin login
Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- MyAccount.pm 16 Mar 2008 22:24:23 -0000 1.68
+++ MyAccount.pm 16 Mar 2008 22:39:25 -0000 1.69
@@ -65,7 +65,7 @@
&& $conf->exists('selfservice_server-phone_login') ) {
my $svc_phone = qsearch( 'svc_phone', { 'phonenum' => $p->{'username'}, } );
- return { error => 'Number not found.' } unless $svc_phone
+ return { error => 'Number not found.' } unless $svc_phone;
#XXX?
#my $pkg_svc = $svc_acct->cust_svc->pkg_svc;
- Previous message: [freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.67, 1.68
- Next message: [freeside-commits] freeside/httemplate/elements popup_link-cust_main.html, NONE, 1.1.2.1 popup_link-cust_pkg.html, NONE, 1.1.2.1 popup_link-cust_svc.html, NONE, 1.1.2.1 popup_link.html, NONE, 1.1.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list