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:
d6e36f9
)
Falsche Anzahl Parameter für SQL-Query.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 18 Jan 2008 16:50:25 +0000
(16:50 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 18 Jan 2008 16:50:25 +0000
(16:50 +0000)
SL/AM.pm
patch
|
blob
|
history
diff --git
a/SL/AM.pm
b/SL/AM.pm
index
91fc9a7
..
3ed8e5d
100644
(file)
--- a/
SL/AM.pm
+++ b/
SL/AM.pm
@@
-2540,7
+2540,7
@@
sub get_warehouse {
FROM warehouse w
WHERE w.id = ?|;
- my $ref = selectfirst_hashref_query($form, $dbh, $query, $id
, $id
);
+ my $ref = selectfirst_hashref_query($form, $dbh, $query, $id);
map { $form->{$_} = $ref->{$_} } keys %{ $ref };