Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3879426c

Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt

  • ID 3879426c4db6c8a2ff8afa9a98992eeaede38a49
  • Vorgänger 19688fca
  • Nachfolger 6ac037ce

Die Berechnung des Fälligkeitsdatums anhand des momentan eingetragenen Rechnungsdatums durchführen, und nicht anhand des Serverdatums.

Fix für Bug 927.

Unterschiede anzeigen:

bin/mozilla/io.pl
1870 1870

  
1871 1871
  _check_io_auth();
1872 1872

  
1873
  $form->get_duedate(\%myconfig);
1873
  my $invdate = $form->{invdate} eq 'undefined' ? undef : $form->{invdate};
1874
  my $duedate = $form->get_duedate(\%myconfig, $invdate);
1874 1875

  
1875
  print $form->ajax_response_header() . $form->{duedate};
1876
  print $form->ajax_response_header() . $duedate;
1876 1877

  
1877 1878
  $lxdebug->leave_sub();
1878 1879
}

Auch abrufbar als: Unified diff