Revision 9c8ff2dc
Von Rolf Fluehmann vor mehr als 8 Jahren hinzugefügt
SL/RP.pm | ||
---|---|---|
1910 | 1910 |
my ($inclusion); |
1911 | 1911 |
|
1912 | 1912 |
if ($category eq 'I') { |
1913 |
$inclusion = "AND pos_er = NULL OR pos_er > '0' AND pos_er <= '5'";
|
|
1913 |
$inclusion = "AND pos_er = NULL OR pos_er = '1'";
|
|
1914 | 1914 |
} elsif ($category eq 'E') { |
1915 |
$inclusion = "AND pos_er = NULL OR pos_er >= '6' AND pos_er < '100'";
|
|
1915 |
$inclusion = "AND pos_er = NULL OR pos_er = '6'";
|
|
1916 | 1916 |
} else { |
1917 | 1917 |
$inclusion = ""; |
1918 | 1918 |
} |
Auch abrufbar als: Unified diff
stricter filtering of posititions at erfolgsrechnung