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