X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2F_multi_items_dialog.html;h=dafe6baa3baa5bb97cfaae8c77da47fdd3b45162;hb=fdbb6888ea00ca5f6450015ea70bb3d5f89edfc9;hp=fcfee002e0d84b419659d8158df80a4b044022da;hpb=0935b012a57196f883b59ec97bb7fe0882210c5a;p=kivitendo-erp.git diff --git a/templates/webpages/order/tabs/_multi_items_dialog.html b/templates/webpages/order/tabs/_multi_items_dialog.html index fcfee002e..dafe6baa3 100644 --- a/templates/webpages/order/tabs/_multi_items_dialog.html +++ b/templates/webpages/order/tabs/_multi_items_dialog.html @@ -6,13 +6,13 @@ [%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]: [%- L.input_tag('multi_items.filter.all:substr:multi::ilike', '') %] - [%- LxERP.t8("Group") %] + [%- LxERP.t8("Partsgroup") %] [%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='displayable_name', value_key='id', with_empty=1) %] [% L.button_tag('update_result()', LxERP.t8('Filter')) %] -[% 'Reset' | $T8 %] +[% L.button_tag('$("#multi_items_form").resetForm()', LxERP.t8('Reset')) %]