[freeside-commits] freeside/FS/FS/ClientAPI Signup.pm,1.67,1.68
Ivan,,,
ivan at wavetail.420.am
Thu Jan 13 18:51:43 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv27997/ClientAPI
Modified Files:
Signup.pm
Log Message:
fix declined signup of prepaid package provisioning to RADIUS anyway, RT#10122
Index: Signup.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/ClientAPI/Signup.pm,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -w -d -r1.67 -r1.68
--- Signup.pm 31 Dec 2010 01:23:27 -0000 1.67
+++ Signup.pm 14 Jan 2011 02:51:41 -0000 1.68
@@ -738,7 +738,7 @@
#warn "$me Billing customer...\n" if $Debug;
- my $bill_error = $cust_main->bill;
+ my $bill_error = $cust_main->bill( 'depend_jobnum'=>$placeholder->jobnum );
#warn "$me error billing new customer: $bill_error"
# if $bill_error;
More information about the freeside-commits
mailing list