5 <tr class="listrow customerprice_row">
6 <td style='display:none'>
7 [% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %]
8 [% L.hidden_tag("customerprices[].id" , customerprice.id) %]
11 [%- L.button_tag("kivi.Part.delete_customerprice_row(this)",
12 LxERP.t8("X")) %] [% # , confirm=LxERP.t8("Are you sure?")) %]
14 <td><span name="position" class="numeric">[% HTML.escape(customerprice.sortorder) %]</span></td>
16 <img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]" class="dragdrop">
18 <td>[% customerprice.customer.customernumber | html %]</td>
19 <td>[% customerprice.customer.name | html %] </td>
20 <td>[% L.input_tag('customerprices[].customer_partnumber', customerprice.customer_partnumber, size=30 ) %]</td>
21 <td>[% L.input_tag('customerprices[].price_as_number' , customerprice.price_as_number , size=15 , class="reformat_number numeric") %]</td>
22 <td>[% L.hidden_tag('customerprices[].lastupdate' , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %]</td>