From b2fad3c4e94141c2b1ccc4dc5951d330a5b455c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 25 Sep 2014 17:48:47 +0200 Subject: [PATCH] =?utf8?q?PriceRule:=20nach=20g=C3=BCltig/ung=C3=BCltig=20?= =?utf8?q?filtern?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- templates/webpages/price_rule/_filter.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/webpages/price_rule/_filter.html b/templates/webpages/price_rule/_filter.html index e6e261861..6cc7cfbbb 100644 --- a/templates/webpages/price_rule/_filter.html +++ b/templates/webpages/price_rule/_filter.html @@ -23,6 +23,10 @@ [% 'Discount' | $T8 %] [% L.input_tag('filter.discount:number', filter.discount_number, size=20) %] + + [% 'Discount' | $T8 %] + [% 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') %] + [% L.hidden_tag('action', 'PriceRule/dispatch') %] -- 2.20.1