Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a8fd9571

Von Jan Büren vor etwa 1 Monat 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
223 223
        <td class="wi-lightwide">
224 224
          <span id="bin" class="condensed">
225 225
            [% IF SELF.part.warehouse.id %]
226
            [% L.select_tag('part.bin_id', SELF.part.warehouse.bins, default=SELF.part.bin.id, title_key='description', with_empty=0, class='wi-lightwide') %]
226
            [% 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') %]
227 227
            [% END %]
228 228
          </span>
229 229
        </td>
templates/webpages/part/_basic_data.html
181 181
           <td>
182 182
            <span id='bin'>
183 183
            [% IF SELF.part.warehouse.id %]
184
            [% L.select_tag('part.bin_id', SELF.part.warehouse.bins, default=SELF.part.bin.id, title_key='description') %]
184
            [% 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') %]
185 185
            [%- END %]
186 186
            </span>
187 187
           </td>

Auch abrufbar als: Unified diff