Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cf1d53dd

Von Jan Büren vor etwa 1 Jahr hinzugefügt

  • ID cf1d53ddda04a19a696b505a2e94208aba2e806b
  • Vorgänger 1e50019d
  • Nachfolger 358d265a

Lagerplätze natürlich sortieren auch in den Stammdaten

Unterschiede anzeigen:

templates/design40_webpages/part/_basic_data.html
<td class="wi-lightwide">
<span id="bin" class="condensed">
[% IF SELF.part.warehouse.id %]
[% L.select_tag('part.bin_id', SELF.part.warehouse.bins, default=SELF.part.bin.id, title_key='description', with_empty=0, class='wi-lightwide') %]
[% L.select_tag('part.bin_id', SELF.part.warehouse.bins_sorted_naturally, default=SELF.part.bin.id, title_key='description', with_empty=0, class='wi-lightwide') %]
[% END %]
</span>
</td>
templates/webpages/part/_basic_data.html
<td>
<span id='bin'>
[% IF SELF.part.warehouse.id %]
[% L.select_tag('part.bin_id', SELF.part.warehouse.bins, default=SELF.part.bin.id, title_key='description') %]
[% L.select_tag('part.bin_id', SELF.part.warehouse.bins_sorted_naturally, default=SELF.part.bin.id, title_key='description', with_empty=0, class='wi-lightwide') %]
[%- END %]
</span>
</td>

Auch abrufbar als: Unified diff