X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9ff216979ee746cfa216483016c81e77edff682c..b4cc349b:/templates/webpages/client_config/form.html diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html index df0780d37..9913710ec 100644 --- a/templates/webpages/client_config/form.html +++ b/templates/webpages/client_config/form.html @@ -68,6 +68,7 @@ function checkavailable_filebackend(elem) { $(function() { warehouse_selected([% SELF.defaults.warehouse_id || -1 %], [% SELF.defaults.bin_id || -1 %], 'bin_id'); warehouse_selected([% SELF.defaults.warehouse_id_ignore_onhand || -1 %], [% SELF.defaults.bin_id_ignore_onhand || -1 %], 'bin_id_ignore_onhand'); + warehouse_selected([% SELF.defaults.stocktaking_warehouse_id || -1 %], [% SELF.defaults.stocktaking_bin_id || -1 %], 'stocktaking_bin_id'); enable_template_controls(); $('#doc_max_filesize_MB').val(parseInt($('#defaults_doc_max_filesize').val())/1000000.0); @@ -95,6 +96,7 @@ $(function() { [%- END %]
  • [% LxERP.t8('Warehouse') %]
  • [% LxERP.t8('Features') %]
  • +
  • [% LxERP.t8('Stocktaking') %]
  • [% PROCESS 'client_config/_ranges_of_numbers.html' %] @@ -107,5 +109,7 @@ $(function() { [%- END %] [% PROCESS 'client_config/_warehouse.html' %] [% PROCESS 'client_config/_features.html' %] +[% PROCESS 'client_config/_stocktaking.html' %] [% PROCESS 'client_config/_miscellaneous.html' %] +