diff options
| author | ivan <ivan> | 2002-11-22 08:06:56 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-11-22 08:06:56 +0000 |
| commit | edf520c4b97f2386fa125016677159a1302b4d49 (patch) | |
| tree | 0b2faff41c08b72cc0243ed8cad75787d925c980 /fs_signup | |
| parent | 9a9c79a765c5c4009b4aae9ba13e79f49a4bf449 (diff) | |
silly LECB error in signup server
Diffstat (limited to 'fs_signup')
| -rwxr-xr-x | fs_signup/fs_signup_server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs_signup/fs_signup_server b/fs_signup/fs_signup_server index 0f83ec31d..4b7e898f6 100755 --- a/fs_signup/fs_signup_server +++ b/fs_signup/fs_signup_server @@ -140,7 +140,7 @@ while (1) { $error ||= "Illegal payment type" unless grep { $_ eq $signup_data->{'payby'} } @payby; - $cust_main->payinfo = $cust_main->daytime + $cust_main->payinfo($cust_main->daytime) if $cust_main->payby eq 'LECB' && ! $cust_main->payinfo; my @invoicing_list = split( /\s*\,\s*/, $signup_data->{'invoicing_list'} ); |
