kivitendo/SL/DB/VariantPropertyValue.pm @ 9bd3c54d
cf42c1c6 | Tamino Steinert | # This file has been auto-generated only because it didn't exist.
|
||
# Feel free to modify it at will; it will not be overwritten automatically.
|
||||
package SL::DB::VariantPropertyValue;
|
||||
use strict;
|
||||
use SL::DB::MetaSetup::VariantPropertyValue;
|
||||
use SL::DB::Manager::VariantPropertyValue;
|
||||
__PACKAGE__->meta->add_relationships(
|
||||
parent_variants => {
|
||||
map_class => 'SL::DB::VariantPropertyValuePart',
|
||||
map_from => 'variant_property_value',
|
||||
map_to => 'part',
|
||||
type => 'many to many',
|
||||
},
|
||||
);
|
||||
__PACKAGE__->meta->initialize;
|
||||
66c06a13 | Tamino Steinert | sub value_translated {goto &value} # TODO
|
||
cf42c1c6 | Tamino Steinert | 1;
|