[freeside-commits] freeside/FS/FS/ClientAPI Signup.pm, 1.64.2.3, 1.64.2.4
Ivan,,,
ivan at wavetail.420.am
Thu Jan 13 18:51:44 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS/ClientAPI
In directory wavetail.420.am:/tmp/cvs-serv28003/ClientAPI
Modified Files:
Tag: FREESIDE_2_1_BRANCH
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.64.2.3
retrieving revision 1.64.2.4
diff -u -w -d -r1.64.2.3 -r1.64.2.4
--- Signup.pm 31 Dec 2010 01:23:33 -0000 1.64.2.3
+++ Signup.pm 14 Jan 2011 02:51:42 -0000 1.64.2.4
@@ -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