[% 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")) %] [% # , confirm=LxERP.t8("Are you sure?")) %]
|
[% HTML.escape(customerprice.sortorder) %] |
|
[% customerprice.customer.customernumber | html %] |
[% customerprice.customer.name | html %] |
[% L.input_tag('customerprices[].customer_partnumber', customerprice.customer_partnumber, size=30 ) %] |
[% L.input_tag('customerprices[].price_as_number' , customerprice.price_as_number , size=15 , class="reformat_number numeric") %] |
[% L.hidden_tag('customerprices[].lastupdate' , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %] |