Revision a8fd9571
Von Jan Büren vor 11 Monaten hinzugefügt
| 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
Lagerplätze natürlich sortieren auch in den Stammdaten