Noch mehr Felder erneut vorbelegen für Zahlungsverkehr (Datum und Beleg)
authorJan Büren <jan@lx-office-hosting.de>
Fri, 10 Dec 2010 08:16:30 +0000 (09:16 +0100)
committerJan Büren <jan@lx-office-hosting.de>
Fri, 10 Dec 2010 08:16:30 +0000 (09:16 +0100)
bin/mozilla/cp.pl

index d54137e..1f8f83a 100644 (file)
@@ -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}!";