Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 21437d97

Von Bernd Bleßmann vor 22 Tagen hinzugefügt

  • ID 21437d97fbd29ac3d48ec4480b0f762543bf9326
  • Vorgänger b6622ee9
  • Nachfolger 3ea4e13e

Zwischeninventur: Zähl-Maske auch für Nicht-Mobil

Unterschiede anzeigen:

SL/Presenter/Warehouse.pm
35 35
                     : $with_empty ? undef
36 36
                     : $all_warehouses->[0]->bins_sorted_naturally;
37 37

  
38
  my $data_validate  = delete $attributes{'data-validate'};
38 39
  my %div_attributes = (
39 40
    name => $div_name,
40 41
    id   => $div_id,
......
50 51
    onchange            => 'kivi.Warehouse.wh_changed(this);',
51 52
    'data-bin-dom-name' => $bin_name,
52 53
    'data-bin-dom-id'   => $bin_id,
54
    ('data-validate'    => $data_validate)x!!$data_validate,
53 55
    %attributes
54 56
  );
55 57

  
56 58
  my %bin_attributes = (
57
    name      => $bin_name,
58
    id        => $bin_id,
59
    default   => $bin_default,
60
    title_key => 'description',
59
    name             => $bin_name,
60
    id               => $bin_id,
61
    default          => $bin_default,
62
    title_key        => 'description',
63
    ('data-validate' => $data_validate)x!!$data_validate,
61 64
    %attributes
62 65
  );
63 66

  

Auch abrufbar als: Unified diff