X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_multi_items_result.html;h=dc12aca185f958b5b7400bafb2d25f257335d049;hb=98d0f52efec9515aed3dc8efa39b3e5683400d02;hp=73b2fc73d43bbd942e6a1634ce83e3cb29610acc;hpb=926099a8af011d9bd4d4616797ce5b0fa5e42add;p=kivitendo-erp.git diff --git a/templates/webpages/part/_multi_items_result.html b/templates/webpages/part/_multi_items_result.html index 73b2fc73d..dc12aca18 100644 --- a/templates/webpages/part/_multi_items_result.html +++ b/templates/webpages/part/_multi_items_result.html @@ -1,23 +1,23 @@ [%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %][% USE P %] - + - + - - - - + + + + [%- FOREACH item = multi_items %] - + - +
[% 'for all' | $T8 %] [% L.input_tag("multi_items.all_qty", '', size = 5, class='numeric') %]


[% 'Qty' | $T8 %][% 'Unit' | $T8 %][% 'Article' | $T8 %][% 'Sellprice' | $T8 %][% 'Qty' | $T8 %][% 'Unit' | $T8 %][% 'Article' | $T8 %][% 'Sellprice' | $T8 %] [% 'Partsgroup' | $T8 %]
[% L.hidden_tag("add_items[+].parts_id", item.id) %] @@ -25,7 +25,7 @@ class = 'multi_items_qty numeric') %] [% HTML.escape(item.unit) %][% P.part(item) %][% item.presenter.part %] [% HTML.escape(item.description) %] [% HTML.escape(item.sellprice_as_number) %] [% HTML.escape(item.partsgroup.partsgroup) %]