X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/25f76dc15a359111f4a7fbfc405514ac1e7f40d8..1885c630e574acca0a1c2ce88971db1e8522ccaa:/bin/mozilla/cp.pl diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index d54137e72..1f8f83aff 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -626,7 +626,9 @@ sub post { } # Beim Aktualisieren wird das Konto übernommen - $form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&type=$form->{type}&account=$form->{account}&$form->{currency}"; + # und jetzt auch Beleg und Datum + $form->{callback} = "cp.pl?action=payment&vc=$form->{vc}&type=$form->{type}&account=$form->{account}&$form->{currency}" . + "&datepaid=$form->{datepaid}&source=$form->{source}"; my $msg1 = "$form->{origtitle} posted!"; my $msg2 = "Cannot post $form->{origtitle}!";