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