From: Jan Büren Date: Fri, 10 Dec 2010 08:16:30 +0000 (+0100) Subject: Noch mehr Felder erneut vorbelegen für Zahlungsverkehr (Datum und Beleg) X-Git-Tag: release-2.6.2beta1~75 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=1885c630e574acca0a1c2ce88971db1e8522ccaa;p=kivitendo-erp.git Noch mehr Felder erneut vorbelegen für Zahlungsverkehr (Datum und Beleg) --- 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}!";