Revision 9b8edca0
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/PriceSource/PriceRules.pm | ||
---|---|---|
93 | 93 |
spec => $rule->id, |
94 | 94 |
description => $rule->name, |
95 | 95 |
price_source => $self, |
96 |
(invalid => t8('This Price Rule is no longer valid'))x!!$rule->obsolete, |
|
96 | 97 |
) |
97 | 98 |
} |
98 | 99 |
|
... | ... | |
104 | 105 |
spec => $rule->id, |
105 | 106 |
description => $rule->name, |
106 | 107 |
price_source => $self, |
108 |
(invalid => t8('This Price Rule is no longer valid'))x!!$rule->obsolete, |
|
107 | 109 |
) |
108 | 110 |
} |
109 | 111 |
|
Auch abrufbar als: Unified diff
PriceRule: Als ungültig markierte Preise flaggen.