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:
a2a8069
)
Nachtrag r1002, Quellcode bereinigt
author
Stephan Köhler
<s.koehler@linet-services.de>
Mon, 26 Jun 2006 13:34:35 +0000
(13:34 +0000)
committer
Stephan Köhler
<s.koehler@linet-services.de>
Mon, 26 Jun 2006 13:34:35 +0000
(13:34 +0000)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
dda3b8b
..
9c60d63
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-825,15
+825,10
@@
sub all_parts {
my $group;
my $limit;
- foreach my $item (qw(partnumber drawing microfiche
make
)) {
+ foreach my $item (qw(partnumber drawing microfiche)) {
if ($form->{$item}) {
$var = $form->like(lc $form->{$item});
-
- # make will build later Bugfix 145
- # model will build later too - Bugfix 331
- if ($item ne 'make') {
- $where .= " AND lower(p.$item) LIKE '$var'";
- }
+ $where .= " AND lower(p.$item) LIKE '$var'";
}
}