X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fpart%2F_multi_items_result.html;h=a06fe3d00eef60d8d6a0eca7fc92f7e68b51a842;hb=c19956a7fe5d98df3535adc2e1a0786832497d2e;hp=15ca30c6e8be2d06f75f5fc6e849404e6f6bb89f;hpb=13fb6d811d39a8af7144451ada59f2f7d4eb491a;p=kivitendo-erp.git diff --git a/templates/webpages/part/_multi_items_result.html b/templates/webpages/part/_multi_items_result.html index 15ca30c6e..a06fe3d00 100644 --- a/templates/webpages/part/_multi_items_result.html +++ b/templates/webpages/part/_multi_items_result.html @@ -14,7 +14,7 @@ [% 'Unit' | $T8 %] [% 'Article' | $T8 %] [% 'Sellprice' | $T8 %] - [% 'Group' | $T8 %] + [% 'Partsgroup' | $T8 %] [%- FOREACH item = multi_items %] @@ -22,25 +22,12 @@ [% L.hidden_tag("add_items[+].parts_id", item.id) %] [% L.input_tag("add_items[].qty_as_number", '', size = 5, - class = 'multi_items_qty numeric', onclick = 'set_qty_to_one(this)') %] + class = 'multi_items_qty numeric') %] [% HTML.escape(item.unit) %] - [% P.part(item) %] + [% P.part(item) %] [% HTML.escape(item.description) %] [% HTML.escape(item.sellprice_as_number) %] [% HTML.escape(item.partsgroup.partsgroup) %] [%- END %] - -