6 <tr class="listrow makemodel_row">
7 <td style='display:none'>
8 [% L.hidden_tag("makemodels[+].make", makemodel.make) %]
9 [% L.hidden_tag("makemodels[].id" , makemodel.id) %]
12 [% L.button_tag("kivi.Part.delete_makemodel_row(this)", LxERP.t8("X"), class="neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]
14 <td class="center numeric"><span name="position">[% HTML.escape(makemodel.sortorder) %]</span></td>
15 <td><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]" class="dragdrop"></td>
16 <td>[% makemodel.vendor.vendornumber | html %]</td>
17 <td>[% makemodel.vendor.name | html %]</td>
18 <td>[% L.input_tag('makemodels[].model', makemodel.model, size=10) %] </td>
19 <td>[% L.input_tag('makemodels[].part_description', makemodel.part_description, size=10) %]</td>
20 <td>[% L.areainput_tag('makemodels[].part_longdescription', makemodel.part_longdescription, size=10) %]</td>
22 [% IF (AUTH.assert('part_service_assembly_edit_prices', 'may_fail')) %]
23 [% L.input_tag('makemodels[].lastcost_as_number', makemodel.lastcost_as_number, class='reformat_number numeric', size=10) %]
25 <span class="data numeric">[% makemodel.lastcost_as_number %]</span>
28 [% L.hidden_tag('makemodels[].lastupdate', makemodel.lastupdate.to_kivitendo) %]
29 [% makemodel.lastupdate.to_kivitendo | html %]