]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/custom_variable_config/list.html
Benutzerdef. Variablen f. Waren per Voreinstellung für Belege aktivieren/deaktivieren.
[mfinanz.git] / templates / webpages / custom_variable_config / list.html
index 1f264295f7585a94bbbfd3796bbad63145554839..349674b17b0cccf5bcfef32efe5c19ed94888e32 100644 (file)
@@ -19,6 +19,7 @@
     <th width="20%">[% 'Includeable in reports' | $T8 %]</th>
     [%- IF SELF.module == 'IC' %]
      <th width="20%">[% 'Editable' | $T8 %]</th>
+     <th width="20%">[% 'Deactivate by default' | $T8 %]</th>
     [%- END %]
    </tr>
   </thead>
@@ -39,6 +40,7 @@
 
      [%- IF SELF.module == 'IC' %]
       <td>[%- IF cfg.flags.match('editable=1') %][% 'Yes' | $T8 %][%- ELSE %][% 'No' | $T8 %][%- END %]</td>
+      <td>[%- IF cfg.flags.match('defaults_to_invalid=1') %][% 'Yes' | $T8 %][%- ELSE %][% 'No' | $T8 %][%- END %]</td>
      [%- END %]
     </tr>
     [%- END %]