X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_order%2Fupdate.html;h=34b890eead04ea5682c5e2d6681b5307e003c2ce;hb=9e8d1e4f60ab8160fd94347a52e2d18b0bdb1de5;hp=f8ed1bffb4b06a25a356d8480791882891c987ea;hpb=1cc65ebc086c1821dfcd08bcc97f8b6255dcec65;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec_order/update.html b/templates/webpages/requirement_spec_order/update.html index f8ed1bffb..34b890eea 100644 --- a/templates/webpages/requirement_spec_order/update.html +++ b/templates/webpages/requirement_spec_order/update.html @@ -2,7 +2,7 @@ [% SET style = "width: 400px" %] [% SET order = SELF.rs_order.order %] -
+

[% IF order.quotation %] @@ -13,6 +13,8 @@

+

[% LxERP.t8("Updating items with sections") %]

+ [% L.hidden_tag("rs_order_id", SELF.rs_order.id, no_id=1) %] @@ -31,7 +33,7 @@ [% L.hidden_tag("orderitems[+].id", item.item.id, no_id=1) %] - + @@ -43,5 +45,16 @@

[% LxERP.t8("Sections that are not assigned to any of the items above will be added as new positions.") %]

+ +

[% LxERP.t8("Updating items with additional parts") %]

+ +

+ [% LxERP.t8("You cannot modify individual assigments from additional articles to line items.") %] + [% LxERP.t8("They will be updated, new ones for additional parts without a line item added automatically.") %] +

+ +

+ [% L.button_tag("kivi.requirement_spec.standard_quotation_order_ajax_call('do_update')", LxERP.t8('Update')) %] +

[% HTML.escape(item.item.part.partnumber) %][% HTML.escape(item.item.description) %][% HTML.escape(item.item.description_as_stripped_html) %] [% LxERP.format_amount(item.item.qty * 1) %] [% HTML.escape(item.item.unit) %] [% LxERP.format_amount(item.item.qty * 1) %] [% HTML.escape(item.item.unit) %] [% L.select_tag('orderitems[].section_id', sections, default=item.section.id, title_sub=\make_section_title, style=style, no_id=1, with_empty=1, empty_title=LxERP.t8('Do not modify this position')) %]