]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 2b4e434b13c4af3023c4ef456b87441c2e8620a5..2df7812e7e7f8c11f7c60da486a8599c5a1f44f5 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}!";