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:
7773386
)
Debugcode
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 Jul 2008 08:11:37 +0000
(08:11 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 Jul 2008 08:11:37 +0000
(08:11 +0000)
SL/DO.pm
patch
|
blob
|
history
diff --git
a/SL/DO.pm
b/SL/DO.pm
index
2ad076a
..
620f1e0
100644
(file)
--- a/
SL/DO.pm
+++ b/
SL/DO.pm
@@
-389,8
+389,6
@@
sub mark_orders_if_delivered {
my ($oe_id) = $links[0]->{from_id} if (scalar @links);
- $main::lxdebug->message(0, "oe_id $oe_id");
-
return $main::lxdebug->leave_sub() if (!$oe_id);
my $all_units = AM->retrieve_all_units();