[% 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)", LxERP.t8("X"), class="neutral") %] [% # , confirm=LxERP.t8("Are you sure?")) %]
|
[% HTML.escape(customerprice.sortorder) %] |
![[% LxERP.t8('reorder item') %]](image/updown.png) |
[% customerprice.customer.customernumber | html %] |
[% customerprice.customer.name | html %] |
[% L.input_tag('customerprices[].customer_partnumber' , customerprice.customer_partnumber , size=10) %] |
[% L.input_tag('customerprices[].part_description' , customerprice.part_description , size=10) %] |
[% L.areainput_tag('customerprices[].part_longdescription', customerprice.part_longdescription, size=10) %] |
[% IF (AUTH.assert('part_service_assembly_edit_prices', 'may_fail')) %]
[% L.input_tag('customerprices[].price_as_number' , customerprice.price_as_number , class="reformat_number numeric", size=10) %]
[% ELSE %]
[% customerprice.price_as_number %]
[% END %]
|
[% L.hidden_tag('customerprices[].lastupdate' , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %] |