6 <table id="customerprice_table" class="tbl-list wi-moderate">
7 <caption>[% 'Customer specific Price' | $T8 %]</caption>
9 <col class="wi-verytiny">
11 <col class="wi-verytiny">
12 <col class="wi-mediumsmall">
13 <col class="wi-mediumsmall">
14 <col class="wi-mediumsmall">
15 <col class="wi-mediumsmall">
16 <col class="wi-mediumsmall">
17 <col class="wi-small">
18 <col class="wi-small">
22 <th class="center"><img src="image/close.png" alt="[% LxERP.t8('delete item') %]"></th>
23 <th class="center">[% 'position' | $T8 %]</th>
24 <th class="center"><img src="image/updown.png" alt="[% LxERP.t8('reorder item') %]"></th>
25 <th>[% 'Customer Number' | $T8 %]</th>
26 <th>[% 'Customer' | $T8 %]</th>
27 <th>[% 'Customer Part Number' | $T8 %]</th>
28 <th>[% 'Part Description' | $T8 %]</th>
29 <th>[% 'Long Description' | $T8 %]</th>
30 <th>[% 'Customer Price' | $T8 %]</th>
31 <th>[% 'Updated' | $T8 %]</th>
34 <tbody id="customerprice_rows">
36 [% FOREACH customerprice = SELF.part.customerprices_sorted %]
37 [% listrow = listrow + 1 %]
38 [% PROCESS 'part/_customerprice_row.html' customerprice=customerprice listrow=listrow %]
46 <th class="right"><span class="label">[% 'Search & Add Customer' | $T8 %]</span></th>
47 <td>[% P.customer_vendor.customer_picker('add_customerprice', '', class="add_customerprice_input tooltipstered tooltipster-html wi-mediumsmall", action={commit_one='kivi.Part.add_customerprice_row'}, title=LxERP.t8("Search customer by name and add by selecting")) %]</td>
48 <td>[% L.button_tag('kivi.Part.add_customerprice_row()', LxERP.t8('Add')) %]</td>
54 [% L.sortable_element('#customerprice_rows') %]