Revision ca09815c
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/BackgroundJob/CheckBelowMinimumStock.pm | ||
---|---|---|
98 | 98 |
my $content_type = $filename =~ m/.html$/ ? 'text/html' : 'text/plain'; |
99 | 99 |
|
100 | 100 |
my @ids = @{$self->{job_obj}->data_as_hash->{ids}}; |
101 |
my @parts = @{SL::DB::Manager::Part->get_all(id => @ids)};
|
|
101 |
my @parts = @{SL::DB::Manager::Part->get_all(where => [id => @ids])};
|
|
102 | 102 |
|
103 | 103 |
|
104 | 104 |
my $table_head = html_tag('tr', |
Auch abrufbar als: Unified diff
BJ: CheckBelowMinimumStock: FIX: nutze Artikel IDs korrekt