X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b8cc78d71e6ac5221248ec27ffc5629ee249a595..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 9aca162ba..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 %]