Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c1dafb84

Von Stephan Köhler vor mehr als 18 Jahren hinzugefügt

  • ID c1dafb8482847bb39edd6340bbbcbb77a7abb7b3
  • Vorgänger 63a1c75d
  • Nachfolger 46ca64fb

Merge von 842 aus unstable: Bugfix 275
Fix 275. fromdate missing.

Unterschiede anzeigen:

SL/USTVA.pm
646 646
      $subwhere .= " AND transdate >= '$fromdate'";
647 647
      $glwhere = " AND ac.transdate >= '$fromdate'";
648 648
      $ARwhere .= " AND acc.transdate >= '$fromdate'";
649
      $where .= " AND ac.transdate >= '$fromdate'";
650
      
651 649
    }
650
    $where .= " AND ac.transdate >= '$fromdate'";
652 651
  }
653 652

  
654 653
  if ($todate) {

Auch abrufbar als: Unified diff