fd4a905bc79b82a5d30a1239214dc3db5bf1c08b
[kivitendo-erp.git] / templates / webpages / simple_system_setting / _pricegroup_form.html
1 [%- USE LxERP -%][%- USE L -%]
2 <table>
3  <tr>
4   <th align="right">[% LxERP.t8("Description") %]</th>
5   <td>
6    [%- L.input_tag("object.pricegroup", SELF.object.pricegroup, "data-validate"="required", "data-title"=LxERP.t8("Description")) %]
7   </td>
8  </tr>
9  <tr>
10   <th align="right">[% LxERP.t8("Obsolete") %]</th>
11   <td>[% L.checkbox_tag("object.obsolete", checked=SELF.object.obsolete, for_submit=1) %]</td>
12  </tr>
13 </table>