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