Revision 164c1f98
Von Bernd Bleßmann vor fast 8 Jahren hinzugefügt
templates/webpages/order/tabs/_multi_items_dialog.html | ||
---|---|---|
6 | 6 |
<tr> |
7 | 7 |
<th>[%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]:</th> |
8 | 8 |
<td>[%- L.input_tag('multi_items.filter.all:substr:multi::ilike', '') %]</td> |
9 |
<th>[%- LxERP.t8("Group") %]</th>
|
|
9 |
<th>[%- LxERP.t8("Partsgroup") %]</th>
|
|
10 | 10 |
<td>[%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='displayable_name', value_key='id', with_empty=1) %]</td> |
11 | 11 |
<tr> |
12 | 12 |
</table> |
templates/webpages/part/_multi_assortments_dialog.html | ||
---|---|---|
6 | 6 |
<tr> |
7 | 7 |
<th>[%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]:</th> |
8 | 8 |
<td>[%- L.input_tag('multi_items.filter.all:substr:multi::ilike', '') %]</td> |
9 |
<th>[%- LxERP.t8("Group") %]</th>
|
|
9 |
<th>[%- LxERP.t8("Partsgroup") %]</th>
|
|
10 | 10 |
<td>[%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='displayable_name', value_key='id', with_empty=1) %]</td> |
11 | 11 |
<tr> |
12 | 12 |
</table> |
templates/webpages/part/_multi_items_dialog.html | ||
---|---|---|
8 | 8 |
<tr> |
9 | 9 |
<th>[%- LxERP.t8("Description") %]/[%- LxERP.t8("Partnumber") %]:</th> |
10 | 10 |
<td>[%- L.input_tag('multi_items.filter.all:substr:multi::ilike', partfilter) %]</td> |
11 |
<th>[%- LxERP.t8("Group") %]</th>
|
|
11 |
<th>[%- LxERP.t8("Partsgroup") %]</th>
|
|
12 | 12 |
<td>[%- L.select_tag('multi_items.filter.partsgroup_id', all_partsgroups, title_key='partsgroup', value_key='id', with_empty=1) %]</td> |
13 | 13 |
<tr> |
14 | 14 |
</table> |
Auch abrufbar als: Unified diff
Benennung: Group gibt es nicht mehr und ist immer Partsgroup