Revision dd6282f6
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/PeriodicInvoice.pm | ||
---|---|---|
6 | 6 |
|
7 | 7 |
__PACKAGE__->meta->add_relationships( |
8 | 8 |
invoice => { |
9 |
type => 'one to one',
|
|
9 |
type => 'many to one',
|
|
10 | 10 |
class => 'SL::DB::Invoice', |
11 | 11 |
column_map => { ar_id => 'id' }, |
12 | 12 |
}, |
Auch abrufbar als: Unified diff
Rose-Beziehungstypen gefixt
Behebt #2139.