From 1885c630e574acca0a1c2ce88971db1e8522ccaa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 10 Dec 2010 09:16:30 +0100 Subject: [PATCH] =?utf8?q?Noch=20mehr=20Felder=20erneut=20vorbelegen=20f?= =?utf8?q?=C3=BCr=20Zahlungsverkehr=20(Datum=20und=20Beleg)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/cp.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}!"; -- 2.20.1