Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2fd17923

Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt

  • ID 2fd17923352490ab2c797c641a9c1fd19f8320f4
  • Vorgänger 79cd754f
  • Nachfolger 7bbdbf2b

Part - history_entries Relationship

Unterschiede anzeigen:

SL/DB/Part.pm
class => 'SL::DB::AssortmentItem',
column_map => { id => 'assortment_id' },
},
history_entries => {
type => 'one to many',
class => 'SL::DB::History',
column_map => { id => 'trans_id' },
query_args => [ what_done => 'part' ],
manager_args => { sort_by => 'itime' },
},
);
__PACKAGE__->meta->initialize;

Auch abrufbar als: Unified diff