Revision 0409db7c
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/PriceSource/Price.pm | ||
---|---|---|
4 | 4 |
|
5 | 5 |
use parent 'SL::DB::Object'; |
6 | 6 |
use Rose::Object::MakeMethods::Generic ( |
7 |
scalar => [ qw(price description source price_source) ],
|
|
7 |
scalar => [ qw(price description spec price_source) ],
|
|
8 | 8 |
array => [ qw(depends_on) ] |
9 | 9 |
); |
10 | 10 |
|
11 |
sub source { |
|
12 |
$_[0]->price_source |
|
13 |
? $_[0]->price_source->name . '/' . $_[0]->spec |
|
14 |
: ''; |
|
15 |
} |
|
16 |
|
|
11 | 17 |
sub full_description { |
12 | 18 |
my ($self) = @_; |
13 | 19 |
|
Auch abrufbar als: Unified diff
PriceSource: Mehr Informationen an Preise übergeben
record + record_item verfügbar gemacht
best_price für pricegroups
Price: spec/source entzerrt