[freeside-commits] freeside/FS/FS/ClientAPI MyAccount.pm, 1.53.2.4, 1.53.2.5

Jeff Finucane,420,, jeff at wavetail.420.am
Sun Aug 5 10:32:28 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail:/tmp/cvs-serv5414

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	MyAccount.pm 
Log Message:
eeb! fix realtime recharge

Index: MyAccount.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/MyAccount.pm,v
retrieving revision 1.53.2.4
retrieving revision 1.53.2.5
diff -u -d -r1.53.2.4 -r1.53.2.5
--- MyAccount.pm	15 May 2007 02:36:14 -0000	1.53.2.4
+++ MyAccount.pm	5 Aug 2007 17:32:26 -0000	1.53.2.5
@@ -889,7 +889,7 @@
 
     $bill_error = _do_bop_realtime( $cust_main );
 
-    if ('bill_error') {
+    if ($bill_error) {
       return $bill_error;
     } else {
       my $error = $svc_x->recharge (\%vhash);



More information about the freeside-commits mailing list