Revision 72180323
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/DB/PriceRule.pm | ||
---|---|---|
119 | 119 |
|| SL::DB::Manager::InvoiceItem->get_all_count(query => [ active_price_source => $price_source_spec ]); |
120 | 120 |
} |
121 | 121 |
|
122 |
sub priority_as_text { |
|
123 |
my ($self) = @_; |
|
124 |
|
|
125 |
return t8('Override') if $self->priority == 4; |
|
126 |
t8('Normal'); |
|
127 |
} |
|
128 |
|
|
122 | 129 |
|
123 | 130 |
1; |
Auch abrufbar als: Unified diff
PriceRule: Priorität auf 2 Werte einschränken