Revision c4197ea4
Von Jan Büren vor 11 Monaten hinzugefügt
templates/design40_webpages/part/_basic_data.html | ||
---|---|---|
218 | 218 |
<td class="wi-lightwide"> |
219 | 219 |
<span id="bin" class="condensed"> |
220 | 220 |
[% IF SELF.part.warehouse.id %] |
221 |
[% L.select_tag('part.bin_id', SELF.part.warehouse.bins, default=SELF.part.bin.id, title_key='description', with_empty=0, class='wi-lightwide') %] |
|
221 |
[% 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') %]
|
|
222 | 222 |
[% END %] |
223 | 223 |
</span> |
224 | 224 |
</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
Lagerplätze natürlich sortieren auch in den Stammdaten