From: Sven Donath Date: Mon, 11 Oct 2010 21:19:15 +0000 (+0200) Subject: Weiterleitung nach dem Buchen ergänzt. X-Git-Tag: release-2.6.2beta1~101^2~6^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4b759fecca748cd6544e0f7d8e93836638ca0053;p=kivitendo-erp.git Weiterleitung nach dem Buchen ergänzt. Mit 'type' geht's besser als mit 'muh' ;-) --- diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 2b4e434b1..2df7812e7 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -658,7 +658,7 @@ sub post { unless $form->{exchangerate}; } - $form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&muh=kuh&account=$form->{account}"; + $form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&type=$form->{type}&account=$form->{account}"; my $msg1 = "$form->{origtitle} posted!"; my $msg2 = "Cannot post $form->{origtitle}!";