Revision 3f4f01dc
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
templates/webpages/gl/search.html | ||
---|---|---|
42 | 42 |
</tr> |
43 | 43 |
<tr> |
44 | 44 |
<th align=right>[% 'Employee' | $T8 %]</th> |
45 |
<td colspan=3>[% L.select_tag('employee', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1) %]</td> |
|
45 |
<td colspan=3>[% L.select_tag('employee_id', ALL_EMPLOYEES, title_key = 'safe_name', with_empty = 1) %]</td>
|
|
46 | 46 |
</tr> |
47 | 47 |
<tr> |
48 | 48 |
<th align=right>[% 'Filter date by' | $T8 %]</th> |
Auch abrufbar als: Unified diff
Buchungsjournal: Filter "Bearbeiter" gefixt
Behebt #2248.