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:
d2f6a8c
)
Die Tabelle heißt "buchungsgruppen". Fix für Bugzilla #452.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 13 Dec 2006 11:56:06 +0000
(11:56 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 13 Dec 2006 11:56:06 +0000
(11:56 +0000)
SL/AM.pm
patch
|
blob
|
history
diff --git
a/SL/AM.pm
b/SL/AM.pm
index
5a68426
..
6249f54
100644
(file)
--- a/
SL/AM.pm
+++ b/
SL/AM.pm
@@
-1101,7
+1101,7
@@
sub delete_buchungsgruppe {
# connect to database
my $dbh = $form->dbconnect($myconfig);
- $query = qq|DELETE FROM buchungsgruppe
+ $query = qq|DELETE FROM buchungsgruppe
n
WHERE id = $form->{id}|;
$dbh->do($query) || $form->dberror($query);