Revision 07c471d4
Von Jan Büren vor mehr als 6 Jahren hinzugefügt
SL/Controller/Part.pm | ||
---|---|---|
1023 | 1023 |
if ( $self->part->orphaned ) { |
1024 | 1024 |
return SL::DB::Manager::Buchungsgruppe->get_all_sorted; |
1025 | 1025 |
} else { |
1026 |
return SL::DB::Manager::Buchungsgruppe->get_all(where => [ id => $self->part->buchungsgruppen_id ]); |
|
1026 |
return SL::DB::Manager::Buchungsgruppe->get_all_sorted(where => [ id => $self->part->buchungsgruppen_id ]);
|
|
1027 | 1027 |
} |
1028 | 1028 |
} |
1029 | 1029 |
|
Auch abrufbar als: Unified diff
Buchungsgruppen-Auswahl in Waren alphabetisch sortieren