Revision 2ae6f4d9
Von Bernd Bleßmann vor mehr als 6 Jahren hinzugefügt
templates/webpages/inventory/stocktaking/_filter.html | ||
---|---|---|
12 | 12 |
<th align="right">[% 'Part Number' | $T8 %]</th> |
13 | 13 |
<td>[% L.input_tag('filter.parts.partnumber:substr::ilike', filter.parts.partnumber_substr__ilike) %]</td> |
14 | 14 |
</tr> |
15 |
<tr> |
|
16 | 15 |
<tr> |
17 | 16 |
<th align="right">[% 'Part Description' | $T8 %]</th> |
18 | 17 |
<td>[% L.input_tag('filter.parts.description:substr::ilike', filter.parts.description_substr__ilike) %]</td> |
Auch abrufbar als: Unified diff
Inventur: Journal nach Artikel filtern können: Doppeltes "tr" korrigiert