Revision fa1a87de
Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
39 | 39 |
class => 'SL::DB::Translation', |
40 | 40 |
column_map => { id => 'parts_id' }, |
41 | 41 |
}, |
42 |
shop_parts => { |
|
43 |
type => 'one to many', |
|
44 |
class => 'SL::DB::ShopPart', |
|
45 |
column_map => { id => 'part_id' }, |
|
46 |
}, |
|
42 | 47 |
); |
43 | 48 |
|
44 | 49 |
__PACKAGE__->meta->initialize; |
Auch abrufbar als: Unified diff
Shop - Rose shop_parts Verknüpfungen von Shop und Part