Revision dd6282f6
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/OrderItem.pm | ||
---|---|---|
17 | 17 |
|
18 | 18 |
__PACKAGE__->meta->add_relationship( |
19 | 19 |
unit_obj => { |
20 |
type => 'one to one',
|
|
20 |
type => 'many to one',
|
|
21 | 21 |
class => 'SL::DB::Unit', |
22 | 22 |
column_map => { unit => 'name' }, |
23 | 23 |
}, |
Auch abrufbar als: Unified diff
Rose-Beziehungstypen gefixt
Behebt #2139.