From 9b8edca08cd8be8a7e4e49b545a7122e5f28c870 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 16 Oct 2014 16:19:28 +0200 Subject: [PATCH] =?utf8?q?PriceRule:=20Als=20ung=C3=BCltig=20markierte=20P?= =?utf8?q?reise=20flaggen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/PriceSource/PriceRules.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SL/PriceSource/PriceRules.pm b/SL/PriceSource/PriceRules.pm index c9cecf931..140706d47 100644 --- a/SL/PriceSource/PriceRules.pm +++ b/SL/PriceSource/PriceRules.pm @@ -93,6 +93,7 @@ sub make_price_from_rule { spec => $rule->id, description => $rule->name, price_source => $self, + (invalid => t8('This Price Rule is no longer valid'))x!!$rule->obsolete, ) } @@ -104,6 +105,7 @@ sub make_discount_from_rule { spec => $rule->id, description => $rule->name, price_source => $self, + (invalid => t8('This Price Rule is no longer valid'))x!!$rule->obsolete, ) } -- 2.20.1