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:
dc0dff7
)
Debugcode entfernt (Fix zu Bug 768)
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 25 Oct 2007 16:19:49 +0000
(16:19 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 25 Oct 2007 16:19:49 +0000
(16:19 +0000)
SL/IR.pm
patch
|
blob
|
history
diff --git
a/SL/IR.pm
b/SL/IR.pm
index
1d4b903
..
44a2db5
100644
(file)
--- a/
SL/IR.pm
+++ b/
SL/IR.pm
@@
-814,7
+814,6
@@
sub get_vendor {
my ($self, $myconfig, $form, $params) = @_;
$params = $form unless defined $params && ref $params eq "HASH";
- $main::lxdebug->message(0, Dumper($params));
# connect to database
my $dbh = $form->dbconnect($myconfig);