Revision 8febb33c
Von Tamino Steinert vor 6 Tagen hinzugefügt
SL/IS.pm | ||
---|---|---|
2600 | 2600 |
|
2601 | 2601 |
my $i = $form->{rowcount}; |
2602 | 2602 |
|
2603 |
my $where = qq|NOT p.obsolete = '1'|; |
|
2603 |
# don't include parent_variants or obsolete parts |
|
2604 |
my $where = qq|NOT p.variant_type = 'parent_variant' and NOT p.obsolete = '1'|; |
|
2604 | 2605 |
my @values; |
2605 | 2606 |
|
2606 | 2607 |
foreach my $column (qw(p.partnumber p.description pgpartsgroup )) { |
Auch abrufbar als: Unified diff
Varianten: keine Stammartikel in Belegen verwenden