X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_multi_items_result.html;h=dc12aca185f958b5b7400bafb2d25f257335d049;hb=08e48f66590f580cbe2c8e3df76883d88b4c0fef;hp=a5c838c5fffd2934834104b2e0060d39b845b42a;hpb=df41380a9c1150938985322c48ef20fe7f2cd98b;p=kivitendo-erp.git diff --git a/templates/webpages/part/_multi_items_result.html b/templates/webpages/part/_multi_items_result.html index a5c838c5f..dc12aca18 100644 --- a/templates/webpages/part/_multi_items_result.html +++ b/templates/webpages/part/_multi_items_result.html @@ -1,46 +1,33 @@ [%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %][% USE P %] - + - + - - - - + + + + [%- FOREACH item = multi_items %] - + - + [%- END %]
[% '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) %] [% 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) %][% item.presenter.part %] [% HTML.escape(item.description) %] [% HTML.escape(item.sellprice_as_number) %] [% HTML.escape(item.partsgroup.partsgroup) %]
- -