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:
c836425
)
Fehlendes "return".
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 11 Sep 2007 09:02:33 +0000
(09:02 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 11 Sep 2007 09:02:33 +0000
(09:02 +0000)
SL/OE.pm
patch
|
blob
|
history
diff --git
a/SL/OE.pm
b/SL/OE.pm
index
7fc5853
..
5a1db0c
100644
(file)
--- a/
SL/OE.pm
+++ b/
SL/OE.pm
@@
-504,7
+504,7
@@
sub close_order {
my ($self, $myconfig, $form) = @_;
- $main::lxdebug->leave_sub() unless ($form->{"id"});
+
return
$main::lxdebug->leave_sub() unless ($form->{"id"});
my $dbh = $form->dbconnect($myconfig);
do_query($form, $dbh, qq|UPDATE oe SET closed = TRUE where id = ?|,