Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision aeb5d92a

Von Bernd Bleßmann vor 27 Tagen hinzugefügt

  • ID aeb5d92a5150d537f8ee7665de0a22dd3853f9a7
  • Vorgänger 7dd981c4
  • Nachfolger 26fe3dfa

Zwischeninventur-Abgleich: Zählungsauswahl erzwingen und immer gruppieren

Unterschiede anzeigen:

templates/design40_webpages/stock_counting_reconciliation/_filter.html
12 12
      <th align="right">[% 'Stock Counting' | $T8 %]</th>
13 13
      <td>
14 14
       [% L.select_tag('filter.counting_id', SELF.countings,
15
                       default    => filter.counting_id,
16
                       title_key  => 'name',
17
                       value_key  => 'id',
18
                       with_empty => 1,
19
                       class      => 'wi-lightwide') %]
20
      </td>
21
     </tr>
22
     <tr>
23
      <th align="right">[% 'Group Counting Items' | $T8 %]</th>
24
      <td>
25
       [% L.checkbox_tag('group_counting_items', checked = FORM.group_counting_items, for_submit = 1) %]
15
                       default         => filter.counting_id,
16
                       title_key       => 'name',
17
                       value_key       => 'id',
18
                       with_empty      => 1,
19
                       class           => 'wi-lightwide',
20
                       'data-validate' => 'required') %]
26 21
      </td>
27 22
     </tr>
28 23
    </body>
......
37 32
   </div>
38 33

  
39 34
   [% END # /BLOCK filter_toggle_panel %]
40

  
35
   [% SET display_status = 'open' %]
41 36
   [% INCLUDE 'common/toggle_panel.html' %]
42 37

  
43 38
 </div>

Auch abrufbar als: Unified diff