projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b3d19
)
stricter filtering of posititions at erfolgsrechnung
author
Rolf Fluehmann
<rolf.fluehmann@revamp-it.ch>
Thu, 30 Jun 2016 11:44:21 +0000
(13:44 +0200)
committer
Rolf Fluehmann
<rolf.fluehmann@revamp-it.ch>
Thu, 30 Jun 2016 11:49:44 +0000
(13:49 +0200)
SL/RP.pm
patch
|
blob
|
history
diff --git
a/SL/RP.pm
b/SL/RP.pm
index
2895d53
..
fbfd474
100644
(file)
--- a/
SL/RP.pm
+++ b/
SL/RP.pm
@@
-1910,9
+1910,9
@@
sub get_accounts_ch {
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 = "";
}