Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / templates / webpages / simple_system_setting / _language_form.html
index 0691f17..cf252b9 100644 (file)
@@ -25,4 +25,9 @@
   <th align="right">[% LxERP.t8("Long Dates") %]</th>
   <td>[% L.yes_no_tag("object.output_longdates", SELF.object.output_longdates, style=style) %]</td>
  </tr>
+ <tr>
+  <th align="right">[% LxERP.t8("Obsolete") %]</th>
+  <td>[% L.yes_no_tag("object.obsolete", SELF.object.obsolete, style=style) %]</td>
+ </tr>
+
 </table>