Weiterleitung nach dem Buchen ergänzt.
authorSven Donath <lxo@dexo.de>
Mon, 11 Oct 2010 21:19:15 +0000 (23:19 +0200)
committerSven Donath <lxo@dexo.de>
Mon, 11 Oct 2010 21:19:15 +0000 (23:19 +0200)
Mit 'type' geht's besser als mit 'muh' ;-)

bin/mozilla/cp.pl

index 2b4e434..2df7812 100644 (file)
@@ -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}!";