Revision 2e5114e8
Von Werner Hahn vor mehr als 1 Jahr hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
183 | 183 |
|
184 | 184 |
$form->show_generic_error($locale->text("The source warehouse does not contain any bins.")) if (0 == scalar @{ $warehouse->{BINS} }); |
185 | 185 |
|
186 |
map { $form->{"l_$_"} = 'Y' } qw(parts_id qty warehouseid binid partnumber partdescription bindescription chargenumber bestbefore partunit ean);
|
|
186 |
map { $form->{"l_$_"} = 'Y' } qw(parts_id qty warehouseid binid partnumber partdescription bin chargenumber bestbefore partunit ean); |
|
187 | 187 |
|
188 | 188 |
$form->{sort} = 'bindescription'; |
189 | 189 |
my @contents = WH->get_warehouse_report("warehouse_id" => $form->{warehouse_id}, |
... | ... | |
479 | 479 |
|
480 | 480 |
$form->show_generic_error($locale->text("The warehouse does not contain any bins.")) if (0 == scalar @{ $warehouse->{BINS} }); |
481 | 481 |
|
482 |
map { $form->{"l_$_"} = 'Y' } qw(parts_id qty warehouseid binid partnumber partdescription bindescription chargenumber bestbefore partunit);
|
|
482 |
map { $form->{"l_$_"} = 'Y' } qw(parts_id qty warehouseid binid partnumber partdescription bin chargenumber bestbefore partunit); |
|
483 | 483 |
|
484 | 484 |
$form->{sort} = 'bindescription'; |
485 | 485 |
my @contents = WH->get_warehouse_report("warehouse_id" => $form->{warehouse_id}); |
Auch abrufbar als: Unified diff
Fix576 Lagentnahme