Revision 82e0eedf
Von Werner Hahn vor fast 2 Jahren hinzugefügt
- ID 82e0eedfc01d77cedf3075ed335281963a92a071
- Vorgänger 2841aa7f
bin/mozilla/wh.pl | ||
---|---|---|
239 | 239 |
|
240 | 240 |
$form->show_generic_error($locale->text("The source warehouse does not contain any bins.")) if (0 == scalar @{ $warehouse->{BINS} }); |
241 | 241 |
|
242 |
map { $form->{"l_$_"} = 'Y' } qw(parts_id qty warehouseid binid partnumber partdescription bindescription chargenumber bestbefore partunit);
|
|
242 |
map { $form->{"l_$_"} = 'Y' } qw(parts_id qty warehouseid binid partnumber partdescription bin chargenumber bestbefore partunit); |
|
243 | 243 |
|
244 | 244 |
$form->{sort} = 'bindescription'; |
245 | 245 |
my @contents = WH->get_warehouse_report("warehouse_id" => $form->{warehouse_id}); |
Auch abrufbar als: Unified diff
Fix #580 Umlagern