Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0592c60f

Von Jan Büren vor etwa 15 Jahren hinzugefügt

Fix für Bug 1164 - form->datepaid wird beim Speichern einer Verkaufsrechnung auf form->invdate gesetzt

Unterschiede anzeigen:

SL/IS.pm
737 737
    }
738 738
  }
739 739

  
740
  $form->{datepaid} = $form->{invdate};
741

  
742 740
  # total payments, don't move we need it here
743 741
  for my $i (1 .. $form->{paidaccounts}) {
744 742
    if ($form->{type} eq "credit_note") {

Auch abrufbar als: Unified diff