]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/io.pl
Automatisches Setzes des Faelligkeitsdatums nach Zahlungsbedingung
[mfinanz.git] / bin / mozilla / io.pl
index ad619b92dba3ca7522e9ccaa509dc56c6f4542d5..64a59f7b0674eef5dd59af33bfb6c94e4ce1fed3 100644 (file)
@@ -34,6 +34,8 @@
 #######################################################################
 
 use SL::IC;
+use CGI::Ajax;
+use CGI;
 
 require "$form->{path}/common.pl";
 
@@ -2189,3 +2191,18 @@ sub relink_accounts {
 
   $lxdebug->leave_sub();
 }
+
+
+sub set_duedate {
+  $lxdebug->enter_sub();
+
+  $form->get_duedate(\%myconfig);
+
+  my $q = new CGI;
+  $result = "$form->{duedate}";
+  print $q->header();
+  print $result;
+  $lxdebug->leave_sub();
+
+}
+