summaryrefslogtreecommitdiff
path: root/FS/FS/ClientAPI/Signup.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-01-14 02:51:41 +0000
committerivan <ivan>2011-01-14 02:51:41 +0000
commite5fc4f01cca3de11b2f1114efb1ff3c4cf0acc47 (patch)
treeb005b2572356ad1b53b5d089171df7d708437d47 /FS/FS/ClientAPI/Signup.pm
parente93b81ba22b5f772fbbea7370cde3b9760ef7080 (diff)
fix declined signup of prepaid package provisioning to RADIUS anyway, RT#10122
Diffstat (limited to 'FS/FS/ClientAPI/Signup.pm')
-rw-r--r--FS/FS/ClientAPI/Signup.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/ClientAPI/Signup.pm b/FS/FS/ClientAPI/Signup.pm
index 7087b12..2443323 100644
--- a/FS/FS/ClientAPI/Signup.pm
+++ b/FS/FS/ClientAPI/Signup.pm
@@ -738,7 +738,7 @@ sub new_customer {
#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;