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