Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ab92ab32

Von Kivitendo Admin vor mehr als 8 Jahren hinzugefügt

  • ID ab92ab32759909d19105f6597f97bf368a7a2d7c
  • Vorgänger 2ee61eb2
  • Nachfolger 9273a65b

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