Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a8fd9571

Von Jan Büren vor 11 Monaten hinzugefügt

  • ID a8fd9571e60b78c65bea877666f39669daf194a7
  • Vorgänger 95d002cf
  • Nachfolger 0dd7c3e1

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