Revision 2e5114e8
Von Werner Hahn vor mehr als 1 Jahr hinzugefügt
SL/WH.pm | ||
---|---|---|
516 | 516 |
# filters |
517 | 517 |
my (@filter_ary, @filter_vars, @wh_bin_filter_ary, @wh_bin_filter_vars); |
518 | 518 |
|
519 |
delete $form->{include_empty_bins} unless ($form->{l_warehousedescription} || $form->{l_bindescription});
|
|
519 |
delete $form->{include_empty_bins} unless ($form->{l_warehouse} || $form->{l_bin});
|
|
520 | 520 |
|
521 | 521 |
if ($filter{warehouse_id}) { |
522 | 522 |
push @wh_bin_filter_ary, "w.id = ?"; |
Auch abrufbar als: Unified diff
Fix576 Lagentnahme