[% USE T8 %] [% USE L %] [% USE HTML %] [% USE LxERP %] [% L.hidden_tag("customerprices[+].customer_id", customerprice.customer_id) %] [% L.hidden_tag("customerprices[].id" , customerprice.id) %] [% L.button_tag("kivi.Part.delete_customerprice_row(this)", "✕", class="wi-verytiny neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %] [% HTML.escape(customerprice.sortorder) %] [% LxERP.t8('reorder item') %] [% customerprice.customer.customernumber | html %] [% customerprice.customer.name | html %] [% L.input_tag('customerprices[].customer_partnumber', customerprice.customer_partnumber, class='wi-mediumsmall', size=10 ) %] [% L.input_tag('customerprices[].price_as_number' , customerprice.price_as_number , class="wi-small reformat_number numeric", size=10) %] [% L.hidden_tag('customerprices[].lastupdate' , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %]