Revision 7b5bd908
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
SL/DB/Manager/TimeRecordingType.pm | ||
---|---|---|
7 | 7 |
|
8 | 8 |
use parent qw(SL::DB::Helper::Manager); |
9 | 9 |
|
10 |
use SL::DB::Helper::Sorted; |
|
11 |
|
|
10 | 12 |
sub object_class { 'SL::DB::TimeRecordingType' } |
11 | 13 |
|
12 | 14 |
__PACKAGE__->make_manager_methods; |
13 | 15 |
|
16 |
sub _sort_spec { |
|
17 |
return ( default => [ 'position', 1 ], |
|
18 |
columns => { SIMPLE => 'ALL' }); |
|
19 |
} |
|
20 |
|
|
14 | 21 |
1; |
SL/DB/TimeRecordingType.pm | ||
---|---|---|
8 | 8 |
use SL::DB::MetaSetup::TimeRecordingType; |
9 | 9 |
use SL::DB::Manager::TimeRecordingType; |
10 | 10 |
|
11 |
use SL::DB::Helper::ActsAsList; |
|
12 |
|
|
11 | 13 |
__PACKAGE__->meta->initialize; |
12 | 14 |
|
13 | 15 |
1; |
Auch abrufbar als: Unified diff
Zeiterfassung: Sortierung und Ordnung für Typen