X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4acd278323544b79c27ffc7c8fdad3a7063a8633..07c471d4dcca18d5bb6394fc7b7d0dbea74b3066:/SL/Controller/Part.pm diff --git a/SL/Controller/Part.pm b/SL/Controller/Part.pm index f7d0011e6..4fbd0c82f 100644 --- a/SL/Controller/Part.pm +++ b/SL/Controller/Part.pm @@ -1023,7 +1023,7 @@ sub init_all_buchungsgruppen { if ( $self->part->orphaned ) { return SL::DB::Manager::Buchungsgruppe->get_all_sorted; } else { - return SL::DB::Manager::Buchungsgruppe->get_all(where => [ id => $self->part->buchungsgruppen_id ]); + return SL::DB::Manager::Buchungsgruppe->get_all_sorted(where => [ id => $self->part->buchungsgruppen_id ]); } }