]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/customer_vendor/tabs/custom_variables.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / webpages / customer_vendor / tabs / custom_variables.html
index dcd62f091498162ab110fb5adf0b4e2356951ec4..10fee4d3d5c33dd19a4bef4d8c66cbc16b2377d3 100644 (file)
@@ -3,9 +3,9 @@
 <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">
             [% INCLUDE 'common/render_cvar_input.html'