Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 14d71a6d

Von Sven Schöling vor mehr als 8 Jahren hinzugefügt

  • ID 14d71a6d1215e4fc67136c060fd21cd6c59602af
  • Vorgänger 0483b692
  • Nachfolger 1e403f48

Erfolgsrechnung: von pos_eur auf pos_er gelegt.

Unterschiede anzeigen:

SL/RP.pm
1917 1917
  my ($inclusion);
1918 1918

  
1919 1919
  if ($category eq 'I') {
1920
    $inclusion = "AND pos_eur = NULL OR pos_eur > '0' AND pos_eur <= '5'";
1920
    $inclusion = "AND pos_er = NULL OR pos_er > '0' AND pos_er <= '5'";
1921 1921
  } elsif ($category eq 'E') {
1922
    $inclusion = "AND pos_eur = NULL OR pos_eur >= '6' AND pos_eur < '100'";
1922
    $inclusion = "AND pos_er = NULL OR pos_er >= '6' AND pos_er < '100'";
1923 1923
  } else {
1924 1924
    $inclusion = "";
1925 1925
  }

Auch abrufbar als: Unified diff