X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b90ff6b18df92c98b1b875d14835d1fdf9ff339a..HEAD:/templates/webpages/client_config/form.html?ds=sidebyside diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html index 79c2cdde9..b46dfc489 100644 --- a/templates/webpages/client_config/form.html +++ b/templates/webpages/client_config/form.html @@ -6,7 +6,7 @@ var warehouses = [ [%- USE warehouses_it = Iterator(SELF.all_warehouses) %][%- FOREACH warehouse = warehouses_it %] { id: [% warehouse.id %], bins: [ - [% USE bins_it = Iterator(warehouse.bins_sorted) %][% FOREACH bin = bins_it %] + [% USE bins_it = Iterator(warehouse.bins_sorted_naturally) %][% FOREACH bin = bins_it %] { id: [% bin.id %], description: "[% JavaScript.escape(bin.description) %]" }[% UNLESS bins_it.last %],[% END %] [% END %] ] }[% UNLESS warehouses_it.last %],[% END %] @@ -94,6 +94,7 @@ $(function() {