X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ed45862002de7481692e3044553356857f947d5f..ed9b1bfb7:/templates/webpages/client_config/form.html diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html index 7ed61ac51..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); @@ -77,7 +78,7 @@ $(function() {

[% title | html %]

-[% PROCESS 'common/flash.html' %] +[% INCLUDE 'common/flash.html' %]
@@ -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' %] +