5888bba7cc476f816dead2d39739591462d2c5f2
[kivitendo-erp.git] / templates / webpages / part / _customerprice_row.html
1 [%- USE T8 %]
2 [%- USE L %]
3 [%- USE HTML %]
4 [%- USE LxERP %]
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) %]
9          </td>
10          <td align="center">
11            [%- L.button_tag("kivi.Part.delete_customerprice_row(this)",
12                             LxERP.t8("X")) %] [% # , confirm=LxERP.t8("Are you sure?")) %]
13          </td>
14          <td><span name="position" class="numeric">[% HTML.escape(customerprice.sortorder) %]</span></td>
15          <td align="center">
16            <img src="image/updown.png" alt="[%- LxERP.t8('reorder item') %]" class="dragdrop">
17          </td>
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>
23         </tr>