X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a97574b881103cc09a48152a4f29f8a2cc1c38a3..HEAD:/templates/webpages/inventory/warehouse_selection_stock.html
diff --git a/templates/webpages/inventory/warehouse_selection_stock.html b/templates/webpages/inventory/warehouse_selection_stock.html
index d38759d9e..d0fa5cb3e 100644
--- a/templates/webpages/inventory/warehouse_selection_stock.html
+++ b/templates/webpages/inventory/warehouse_selection_stock.html
@@ -20,7 +20,7 @@
[% 'Destination warehouse' | $T8 %] |
[% L.select_tag('warehouse_id', SELF.warehouses, default=SELF.warehouse.id, title_key='description') %]
[% IF SELF.warehouse.id %]
- [% L.select_tag('bin_id', SELF.warehouse.bins, default=SELF.bin.id, title_key='description') %]
+ [% L.select_tag('bin_id', SELF.warehouse.bins_sorted_naturally, default=SELF.bin.id, title_key='description') %]
[%- ELSE %]
[% END %]
@@ -40,11 +40,6 @@
[%- END %]
- |
- | [% 'EAN' | $T8 %] |
- [% L.input_tag('ean', FORM.ean, size=30) %] |
-
-
| [% 'Quantity' | $T8 %] |
|