Revision dd6282f6
Von Moritz Bunkus vor fast 12 Jahren hinzugefügt
SL/DB/Tax.pm | ||
---|---|---|
4 | 4 |
|
5 | 5 |
use SL::DB::MetaSetup::Tax; |
6 | 6 |
|
7 |
__PACKAGE__->meta->add_relationships(chart => { type => 'one to one',
|
|
7 |
__PACKAGE__->meta->add_relationships(chart => { type => 'many to one',
|
|
8 | 8 |
class => 'SL::DB::Chart', |
9 | 9 |
column_map => { chart_id => 'id' }, |
10 | 10 |
}, |
Auch abrufbar als: Unified diff
Rose-Beziehungstypen gefixt
Behebt #2139.