X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/60d93ca0876dc20fd02cd886aa2f653119831d55..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/customer_vendor/tabs/custom_variables.html diff --git a/templates/webpages/customer_vendor/tabs/custom_variables.html b/templates/webpages/customer_vendor/tabs/custom_variables.html index a0a90f9e5..7b9abf3ad 100644 --- a/templates/webpages/customer_vendor/tabs/custom_variables.html +++ b/templates/webpages/customer_vendor/tabs/custom_variables.html @@ -3,13 +3,14 @@

- [% FOREACH var = cv_cvars %] + [% FOREACH var = SELF.cv.cvars_by_config %]
[% var.config.description | html %] - [% PROCESS 'customer_vendor/render_cvar_input.html' + [% INCLUDE 'common/render_cvar_input.html' cvar_name_prefix = 'cv_cvars.' + var_name = '' %]