X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fpart%2F_assortment.html;h=55b04e83fe04982dbbc181062adddbde7e5197fe;hb=2ba42577fce2f8a7da0e9aead95292ba6ccff0b0;hp=934bdc459b587000a46d5b11e9cd6d19146952f0;hpb=905d9eddfafc30dd4c53e892a6070035f28e6ce0;p=kivitendo-erp.git diff --git a/templates/webpages/part/_assortment.html b/templates/webpages/part/_assortment.html index 934bdc459..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,7 +41,7 @@ [% 'Part' | $T8 %]: - [% L.part_picker('add_items[+].parts_id', '', style='width: 300px', multiple=1, id='assortment_picker', action={set_multi_items='kivi.Part.set_multi_assortment_items'}) %] + [% 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('$("#assortment_picker").data("part_picker").open_dialog()', LxERP.t8('Add multiple items')) %] [% L.hidden_tag('add_items[].qty_as_number', 1) %]