Revision 4b759fec
Von Sven Donath vor etwa 14 Jahren hinzugefügt
bin/mozilla/cp.pl | ||
---|---|---|
658 | 658 |
unless $form->{exchangerate}; |
659 | 659 |
} |
660 | 660 |
|
661 |
$form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&muh=kuh&account=$form->{account}";
|
|
661 |
$form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&type=$form->{type}&account=$form->{account}";
|
|
662 | 662 |
|
663 | 663 |
my $msg1 = "$form->{origtitle} posted!"; |
664 | 664 |
my $msg2 = "Cannot post $form->{origtitle}!"; |
Auch abrufbar als: Unified diff
Weiterleitung nach dem Buchen ergänzt.
Mit 'type' geht's besser als mit 'muh' ;-)