2c7ddf34a6193e6f5a94cc29a40781b33c017ceb
[kivitendo-erp.git] / templates / webpages / simple_system_setting / _time_recording_article_form.html
1 [%- USE LxERP -%]
2 [%- USE L -%]
3 [%- USE P -%]
4 <table>
5  <tr>
6   <th align="right">[% LxERP.t8("Article") %]</th>
7   <td>
8    [% P.part.picker('object.part_id', SELF.object.part, convertible_unit='min', "data-validate"="required", "data-title"=LxERP.t8("Article")) %]
9   </td>
10  </tr>
11 </table>