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:
bb37413
)
Debugcode
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 21 Feb 2007 16:04:45 +0000
(16:04 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 21 Feb 2007 16:04:45 +0000
(16:04 +0000)
SL/BP.pm
patch
|
blob
|
history
diff --git
a/SL/BP.pm
b/SL/BP.pm
index
559ea22
..
94a1e6a
100644
(file)
--- a/
SL/BP.pm
+++ b/
SL/BP.pm
@@
-62,8
+62,6
@@
sub get_vc {
qq| WHERE a.${vc}_id = vc.id AND s.trans_id = a.id AND s.formname = ? | .
qq| AND s.spoolfile IS NOT NULL) AS total|;
- $main::lxdebug->message(0, "kuh1 $query");
-
my ($count) = selectrow_query($form, $dbh, $query, $form->{type});
# build selection list
@@
-82,8
+80,6
@@
sub get_vc {
push @{ $form->{"all_${vc}"} }, $ref;
}
$sth->finish;
-
- $main::lxdebug->message(0, "kuh2 $query");
}
$dbh->disconnect;