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:
a4682af
)
Fixed bug. (from r1005)
author
Udo Spallek
<info@wissensvermittlung.com>
Sat, 25 Mar 2006 18:40:23 +0000
(18:40 +0000)
committer
Udo Spallek
<info@wissensvermittlung.com>
Sat, 25 Mar 2006 18:40:23 +0000
(18:40 +0000)
SL/GL.pm
patch
|
blob
|
history
diff --git
a/SL/GL.pm
b/SL/GL.pm
index
0165e91
..
b3b0e05
100644
(file)
--- a/
SL/GL.pm
+++ b/
SL/GL.pm
@@
-538,7
+538,7
@@
sub all_transactions {
if ($form->{accno}) {
$query =
- qq|SELECT c.description FROM chart c WHERE c.accno = '$form->{accno}
+ qq|SELECT c.description FROM chart c WHERE c.accno = '$form->{accno}
'|;
$sth = $dbh->prepare($query);
$sth->execute || $form->dberror($query);