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:
d12e02e
)
Debugcode entfernt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 2 Jul 2009 15:18:15 +0000
(17:18 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 2 Jul 2009 15:18:15 +0000
(17:18 +0200)
SL/IS.pm
patch
|
blob
|
history
diff --git
a/SL/IS.pm
b/SL/IS.pm
index
12b8e3a
..
fecf1fc
100644
(file)
--- a/
SL/IS.pm
+++ b/
SL/IS.pm
@@
-1919,8
+1919,6
@@
sub retrieve_item {
map { $item->{"ic_cvar_" . $_->{name} } = $_->{value} } @{ $custom_variables };
}
- $main::lxdebug->dump(0, "items", $form->{item_list});
-
$dbh->disconnect;
$main::lxdebug->leave_sub();