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:
e20f3f0
)
Debugcode entfernt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 11 May 2009 12:26:02 +0000
(12:26 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 11 May 2009 12:26:02 +0000
(12:26 +0000)
SL/AccTransCorrections.pm
patch
|
blob
|
history
diff --git
a/SL/AccTransCorrections.pm
b/SL/AccTransCorrections.pm
index
610d87e
..
1d423d6
100644
(file)
--- a/
SL/AccTransCorrections.pm
+++ b/
SL/AccTransCorrections.pm
@@
-41,7
+41,7
@@
sub _fetch_transactions {
push @where, qq|at.transdate <= ?|;
push @values, $params{transdate_to};
}
-# $params{trans_id} = 3150;
+
if ($params{trans_id}) {
push @where, qq|at.trans_id = ?|;
push @values, $params{trans_id};