X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/part/_customerprice_row.html diff --git a/templates/webpages/part/_customerprice_row.html b/templates/webpages/part/_customerprice_row.html new file mode 100644 index 000000000..5888bba7c --- /dev/null +++ b/templates/webpages/part/_customerprice_row.html @@ -0,0 +1,23 @@ +[%- 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)", + LxERP.t8("X")) %] [% # , 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, 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 %] +