X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Frequirement_spec_order%2Fupdate.html;h=34b890eead04ea5682c5e2d6681b5307e003c2ce;hb=3591b710cbe757a131ff768ed7d6066d8412bc0e;hp=2230bd21ddf1834fa3324dd191538adf7060ec36;hpb=2e8dd1d85541033e1b4f5fe2f41da528e860c6e5;p=kivitendo-erp.git diff --git a/templates/webpages/requirement_spec_order/update.html b/templates/webpages/requirement_spec_order/update.html index 2230bd21d..34b890eea 100644 --- a/templates/webpages/requirement_spec_order/update.html +++ b/templates/webpages/requirement_spec_order/update.html @@ -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) %] - + @@ -44,6 +46,13 @@ [% 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')) %]