[% 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[].part_description' , customerprice.part_description , size=30 ) %] |
[% L.areainput_tag('customerprices[].part_longdescription', customerprice.part_longdescription, size=30 ) %] |
[% IF (AUTH.assert('part_service_assembly_edit_prices', 'may_fail')) %]
[% L.input_tag('customerprices[].price_as_number' , customerprice.price_as_number , size=15 , class="reformat_number numeric") %]
[% ELSE %]
[% customerprice.price_as_number %]
[% END %]
|
[% L.hidden_tag('customerprices[].lastupdate' , customerprice.lastupdate.to_kivitendo) %][% customerprice.lastupdate.to_kivitendo | html %] |