X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/24ab7ec0bfb052edce7a3c7a6e37c151f9cd6a04..76cd04055be595e5b38271715bf6feec1c984cc8:/SL/DB/EmailJournal.pm diff --git a/SL/DB/EmailJournal.pm b/SL/DB/EmailJournal.pm index 6875b5249..9920d59d7 100644 --- a/SL/DB/EmailJournal.pm +++ b/SL/DB/EmailJournal.pm @@ -4,6 +4,7 @@ use strict; use SL::DB::MetaSetup::EmailJournal; use SL::DB::Manager::EmailJournal; +use SL::DB::Helper::AttrSorted; __PACKAGE__->meta->add_relationship( attachments => { @@ -15,4 +16,6 @@ __PACKAGE__->meta->add_relationship( __PACKAGE__->meta->initialize; +__PACKAGE__->attr_sorted('attachments'); + 1;