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:
86f876b
)
Bug: Buchungsjournal andere Auswahl als 'Alle'
author
Udo Spallek
<info@wissensvermittlung.com>
Mon, 14 May 2007 20:30:23 +0000
(20:30 +0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Mon, 14 May 2007 20:30:23 +0000
(20:30 +0000)
http://lx-office.org/forum/forum_entry.php?id=4604
SL/GL.pm
patch
|
blob
|
history
diff --git
a/SL/GL.pm
b/SL/GL.pm
index
3d65eac
..
ef04d9a
100644
(file)
--- a/
SL/GL.pm
+++ b/
SL/GL.pm
@@
-277,7
+277,7
@@
sub all_transactions {
(SELECT id FROM chart c2 WHERE c2.category = ?))|;
$apwhere .=
qq| AND ap.id in (SELECT trans_id FROM acc_trans ac2 WHERE ac2.chart_id IN
- (SELECT id FROM chart c2 WHERE c2.category = ?))
"
|;
+ (SELECT id FROM chart c2 WHERE c2.category = ?))|;
push(@glvalues, $form->{category});
push(@arvalues, $form->{category});
push(@apvalues, $form->{category});