Revision 997c9f23
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/DB/Part.pm | ||
---|---|---|
class => 'SL::DB::Assembly',
|
||
column_map => { id => 'id' },
|
||
},
|
||
partsgroup => {
|
||
type => 'one to one',
|
||
class => 'SL::DB::PartsGroup',
|
||
column_map => { partsgroup_id => 'id' },
|
||
},
|
||
);
|
||
|
||
__PACKAGE__->meta->initialize;
|
||
... | ... | |
shift->unit_obj->convertible_units;
|
||
}
|
||
|
||
# autogenerated accessor is slightly off...
|
||
sub buchungsgruppe {
|
||
shift->buchungsgruppen(@_);
|
||
}
|
||
|
||
1;
|
||
|
||
__END__
|
Auch abrufbar als: Unified diff
Parts: buchungsgruppen und partsgroup verlinkt.