]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/customer_vendor/tabs/custom_variables.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / customer_vendor / tabs / custom_variables.html
index e0ecdc79413851a71a525885b2a53d97b1834b48..10fee4d3d5c33dd19a4bef4d8c66cbc16b2377d3 100644 (file)
@@ -3,12 +3,12 @@
 <div id="custom_variables">
   <p>
     <table>
-      [% FOREACH var = cv_cvars %]
+      [% FOREACH var = SELF.cv.cvars_by_config %]
         <tr>
-          <th align="left" valign="top" nowrap>[% var.config.description | html %]</th>
+          <th align="right" valign="top" nowrap>[% var.config.description | html %]</th>
 
           <td valign="top">
-            [% PROCESS 'common/render_cvar_input.html'
+            [% INCLUDE 'common/render_cvar_input.html'
                         cvar_name_prefix = 'cv_cvars.'
                         var_name = ''
             %]