Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 997c9f23

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID 997c9f2390c5cf472b221b75d55e1c866612219a
  • Vorgänger b364553b
  • Nachfolger 22ae0bf0

Parts: buchungsgruppen und partsgroup verlinkt.

Unterschiede anzeigen:

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