X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_assortment.html;h=55b04e83fe04982dbbc181062adddbde7e5197fe;hb=d210aa27e9d5a711417b2bef939e15bd42957743;hp=866b147c2ebbcbc3db6ac117c6d278a8e0fca4fc;hpb=5d711a25d9257690164f396b25f57095776790d6;p=kivitendo-erp.git diff --git a/templates/webpages/part/_assortment.html b/templates/webpages/part/_assortment.html index 866b147c2..55b04e83f 100644 --- a/templates/webpages/part/_assortment.html +++ b/templates/webpages/part/_assortment.html @@ -2,6 +2,7 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE P %]
@@ -40,16 +41,17 @@ [% 'Part' | $T8 %]: - [% L.part_picker('add_items[+].parts_id' , '' , style='width: 300px' , class="add_assortment_item_input") %][% L.hidden_tag('add_items[].qty_as_number', 1) %] + [% P.part.picker('add_items[+].parts_id', '', style='width: 300px', multiple=1, id='assortment_picker', action={set_multi_items='kivi.Part.set_multi_assortment_items'}) %] [%- L.button_tag("kivi.Part.add_assortment_item()", LxERP.t8("Add")) %] - [% L.button_tag('kivi.Part.show_multi_items_dialog("assortment",' _ SELF.part.id _ ')', LxERP.t8('Add multiple items')) %] - + [% L.button_tag('$("#assortment_picker").data("part_picker").open_dialog()', LxERP.t8('Add multiple items')) %] + [% L.hidden_tag('add_items[].qty_as_number', 1) %] [% ELSE %] + [% END %] [% 'Totals' | $T8 %]: