Revision 22a52f84
Von Bernd Bleßmann vor mehr als 9 Jahren hinzugefügt
templates/webpages/ic/search.html | ||
---|---|---|
65 | 65 |
<td><input name="microfiche" size="20"></td> |
66 | 66 |
</tr> |
67 | 67 |
|
68 |
<tr> |
|
69 |
<th align="right" nowrap>[% 'Shopartikel' | $T8 %]</th> |
|
70 |
<td>[% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---') %]</td> |
|
71 |
</tr> |
|
72 |
|
|
68 | 73 |
[% CUSTOM_VARIABLES_FILTER_CODE %] |
69 | 74 |
|
70 | 75 |
[%- IF is_assembly %] |
... | ... | |
208 | 213 |
<tr> |
209 | 214 |
<td>[%- L.checkbox_tag('l_notes', label=LxERP.t8('Notes'), value='Y') %]</td> |
210 | 215 |
<td>[%- L.checkbox_tag('l_name', label=LxERP.t8('Name in Selected Records'), value='Y') %]</td> |
216 |
<td>[%- L.checkbox_tag('l_shop', label=LxERP.t8('Shopartikel'), value='Y') %]</td> |
|
211 | 217 |
</tr> |
212 | 218 |
|
213 | 219 |
[% CUSTOM_VARIABLES_INCLUSION_CODE %] |
Auch abrufbar als: Unified diff
Stammdaten->Berichte->Waren: Nach Shopartikel filtern und anzeigen können.