Revision 997c9f23
Von Sven Schöling vor etwa 14 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
18 | 18 |
class => 'SL::DB::Assembly', |
19 | 19 |
column_map => { id => 'id' }, |
20 | 20 |
}, |
21 |
partsgroup => { |
|
22 |
type => 'one to one', |
|
23 |
class => 'SL::DB::PartsGroup', |
|
24 |
column_map => { partsgroup_id => 'id' }, |
|
25 |
}, |
|
21 | 26 |
); |
22 | 27 |
|
23 | 28 |
__PACKAGE__->meta->initialize; |
... | ... | |
103 | 108 |
shift->unit_obj->convertible_units; |
104 | 109 |
} |
105 | 110 |
|
111 |
# autogenerated accessor is slightly off... |
|
112 |
sub buchungsgruppe { |
|
113 |
shift->buchungsgruppen(@_); |
|
114 |
} |
|
115 |
|
|
106 | 116 |
1; |
107 | 117 |
|
108 | 118 |
__END__ |
Auch abrufbar als: Unified diff
Parts: buchungsgruppen und partsgroup verlinkt.