Revision 2391833d
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
templates/webpages/ap/search.html | ||
---|---|---|
29 | 29 |
<th align=right nowrap>[% 'Order Number' | $T8 %]</th> |
30 | 30 |
<td>[% L.input_tag("ordnumber", "", style=style) %]</td> |
31 | 31 |
</tr> |
32 |
<tr> |
|
33 |
<th align="right">[% 'Steuersatz' | $T8 %]</th> |
|
34 |
<td>[% L.select_tag('taxzone_id', ALL_TAXZONES, with_empty=1, title_key='description', style=style) %]</td> |
|
35 |
</tr> |
|
32 | 36 |
<tr> |
33 | 37 |
<th align="right" nowrap>[% 'Transaction description' | $T8 %]</th> |
34 | 38 |
<td>[% L.input_tag("transaction_description", "", style=style) %]</td> |
Auch abrufbar als: Unified diff
Rechnungsbericht VK und EK nach Steuerzone filtern können