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