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:
eeb4902
)
Beim Umwandeln von Angeboten, Aufträgen etc in Rechnungen wurden die Angebote etc...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 22 Jan 2007 12:23:21 +0000
(12:23 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 22 Jan 2007 12:23:21 +0000
(12:23 +0000)
SL/OE.pm
patch
|
blob
|
history
diff --git
a/SL/OE.pm
b/SL/OE.pm
index
e8127a2
..
200eeae
100644
(file)
--- a/
SL/OE.pm
+++ b/
SL/OE.pm
@@
-569,7
+569,7
@@
sub close_order {
$main::lxdebug->leave_sub() unless ($form->{"id"});
my $dbh = $form->dbconnect($myconfig);
- do_query($form, $dbh, qq|UPDATE oe SET closed = TRUE where
ordnumber
= ?|,
+ do_query($form, $dbh, qq|UPDATE oe SET closed = TRUE where
id
= ?|,
$form->{"id"});
$dbh->disconnect;