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:
eca0862
)
Bestimmung der Menge der Kunden muss auch ungültige berücksichtigen.
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 9 Jan 2012 16:41:23 +0000
(17:41 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 9 Jan 2012 16:41:23 +0000
(17:41 +0100)
Fix zu Bug 1730
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
d0a4157
..
0c291da
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-2521,7
+2521,7
@@
sub all_vc {
$table = $table eq "customer" ? "customer" : "vendor";
- my $query = qq|SELECT count(*) FROM $table|;
+ my $query = qq|SELECT count(*) FROM $table
WHERE NOT obsolete
|;
my ($count) = selectrow_query($self, $dbh, $query);
# build selection list