diff options
author | ivan <ivan> | 2004-07-08 11:15:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-07-08 11:15:19 +0000 |
commit | db69a9fb0dd93bf13b8b7501ef4829a568d2f6d8 (patch) | |
tree | 3725e5ffd6998f70692ed18629115bcc1a435fce /httemplate/edit | |
parent | 2295d728ff0bf2b692c97eb23fe76e38036ee631 (diff) |
don't change otaker when just editing account, closes: Bug#921
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/process/cust_main.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/process/cust_main.cgi b/httemplate/edit/process/cust_main.cgi index 25c346e46..0b13ba96b 100755 --- a/httemplate/edit/process/cust_main.cgi +++ b/httemplate/edit/process/cust_main.cgi @@ -23,8 +23,6 @@ if ( $payby ) { if defined $cgi->param( $payby. '_paycvv' ); } -$cgi->param('otaker', &getotaker ); - my @invoicing_list = split( /\s*\,\s*/, $cgi->param('invoicing_list') ); push @invoicing_list, 'POST' if $cgi->param('invoicing_list_POST'); $cgi->param('invoicing_list', join(',', @invoicing_list) ); |