Revision b2fad3c4
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
templates/webpages/price_rule/_filter.html | ||
---|---|---|
23 | 23 |
<th align="right">[% 'Discount' | $T8 %]</th> |
24 | 24 |
<td>[% L.input_tag('filter.discount:number', filter.discount_number, size=20) %]</td> |
25 | 25 |
</tr> |
26 |
<tr> |
|
27 |
<th align="right">[% 'Discount' | $T8 %]</th> |
|
28 |
<td>[% L.select_tag('filter.obsolete', [ [ '', LxERP.t8('Both') ], [ 0, LxERP.t8('Valid') ], [ 1 , LxERP.t8('Obsolete')]], default=filter.obsolete, title_key='description', style='width: 300px') %]</td> |
|
29 |
</tr> |
|
26 | 30 |
</table> |
27 | 31 |
|
28 | 32 |
[% L.hidden_tag('action', 'PriceRule/dispatch') %] |
Auch abrufbar als: Unified diff
PriceRule: nach gültig/ungültig filtern