X-Git-Url: http://wagnertech.de/git?p=kivitendo-erp.git;a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_customerprice_row.html;fp=templates%2Fwebpages%2Fpart%2F_customerprice_row.html;h=5888bba7cc476f816dead2d39739591462d2c5f2;hp=0000000000000000000000000000000000000000;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44 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 %] +