Revision 56da9bba
Von Tamino Steinert vor 6 Tagen hinzugefügt
SL/DB/VariantProperty.pm | ||
---|---|---|
15 | 15 |
map_to => 'part', |
16 | 16 |
type => 'many to many', |
17 | 17 |
}, |
18 |
property_values => { |
|
19 |
class => 'SL::DB::VariantPropertyValue', |
|
20 |
column_map => { id => 'variant_property_id' }, |
|
21 |
type => 'one to many', |
|
22 |
} |
|
18 | 23 |
); |
19 | 24 |
|
20 | 25 |
__PACKAGE__->meta->initialize; |
... | ... | |
30 | 35 |
return @errors; |
31 | 36 |
} |
32 | 37 |
|
38 |
sub name_translated {goto &name} # TODO |
|
39 |
|
|
33 | 40 |
1; |
Auch abrufbar als: Unified diff
Varianten: Stammartikel anlegen und Varianten erstellen