diff options
author | ivan <ivan> | 2004-07-08 11:15:20 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-07-08 11:15:20 +0000 |
commit | e8fec5a6dee7e5272715e11eaaec7e873afdbbe4 (patch) | |
tree | a96e23eb8253df3fd1441fdadebba8a002b96958 | |
parent | 3a06be3d38202238c5e42fcfdbac3e3a36986e99 (diff) |
don't change otaker when just editing account, closes: Bug#921
-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 718f0e501..cb95ebed5 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) ); |