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:
004a64c
)
GuV und BWA: Bei Projektfilter Zeitraum richtig setzen
author
Jan Büren
<jan@kivitendo-premium.de>
Fri, 8 Apr 2016 08:43:32 +0000
(10:43 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Fri, 8 Apr 2016 08:43:32 +0000
(10:43 +0200)
SL/RP.pm
patch
|
blob
|
history
diff --git
a/SL/RP.pm
b/SL/RP.pm
index
8fd73f2
..
7bc4766
100644
(file)
--- a/
SL/RP.pm
+++ b/
SL/RP.pm
@@
-473,6
+473,9
@@
sub get_accounts_g {
$inwhere = " AND (acc.transdate >= $fromdate)";
} else {
$where .= " AND (ac.transdate >= $fromdate)";
+ # hotfix for projectfilter in guv and bwa
+ # fromdate is otherwise ignored if project is selected
+ $prwhere = " AND (a.transdate >= $fromdate)";
}
}