X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a4eade3e6a08bfd4d85093436551147b62b99f6a..85ec9753ee5a76b23ce0189623ea7a698e87a5d8:/bin/mozilla/cp.pl diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 5c9a1a4ee..2b4e434b1 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -48,7 +48,6 @@ our ($form, %myconfig, $lxdebug, $locale, $auth); sub payment { $lxdebug->enter_sub(); - $auth->assert('cash'); my (@curr); @@ -83,7 +82,6 @@ sub payment { } CP->paymentaccounts(\%myconfig, \%$form); - $form->{selectaccount} = ""; $form->{"select$form->{ARAP}"} = ""; @@ -288,7 +286,6 @@ sub form_header { | . $locale->text('Currency') . qq| - {oldcurrency}> $exchangerate @@ -661,6 +658,8 @@ sub post { unless $form->{exchangerate}; } + $form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&muh=kuh&account=$form->{account}"; + my $msg1 = "$form->{origtitle} posted!"; my $msg2 = "Cannot post $form->{origtitle}!"; @@ -678,7 +677,7 @@ sub post { sub print { $lxdebug->enter_sub(); - + exit; # Niemand braucht mich mehr! LöschMich endlich! jb 8.10.2010 $auth->assert('cash'); my ($whole, $check, %queued, $spool, $filename, $userspath);