X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/152cf51294705caacdc3d3f2621af4d3f4997772..8f7fe4a4:/templates/webpages/client_config/form.html
diff --git a/templates/webpages/client_config/form.html b/templates/webpages/client_config/form.html
index 56403108a..20935eeb4 100644
--- a/templates/webpages/client_config/form.html
+++ b/templates/webpages/client_config/form.html
@@ -62,6 +62,9 @@ $(function() {
[% LxERP.t8('DATEV check configuration') %]
[% END %]
[% LxERP.t8('Orders / Delivery Orders deleteable') %]
+[%- IF INSTANCE_CONF.get_doc_storage %]
+ [% LxERP.t8('Global Attachments') %]
+[%- END %]
[% LxERP.t8('Warehouse') %]
[% LxERP.t8('Features') %]
@@ -71,6 +74,9 @@ $(function() {
[% PROCESS 'client_config/_posting_configuration.html' %]
[% PROCESS 'client_config/_datev_check_configuration.html' %]
[% PROCESS 'client_config/_orders_deleteable.html' %]
+[%- IF INSTANCE_CONF.get_doc_storage %]
+[% PROCESS 'client_config/_attachments.html' %]
+[%- END %]
[% PROCESS 'client_config/_warehouse.html' %]
[% PROCESS 'client_config/_features.html' %]
[% PROCESS 'client_config/_miscellaneous.html' %]