Revision 9c7262bf
Von Sven Schöling vor fast 11 Jahren hinzugefügt
SL/DB/Manager/Project.pm | ||
---|---|---|
43 | 43 |
|
44 | 44 |
sub _sort_spec { |
45 | 45 |
return ( |
46 |
default => [ 'projectnumber', 1 ], |
|
47 |
columns => { |
|
48 |
SIMPLE => 'ALL', |
|
49 |
customer => 'customer.name', |
|
46 |
default => [ 'projectnumber', 1 ], |
|
47 |
columns => { |
|
48 |
SIMPLE => 'ALL', |
|
49 |
customer => 'customer.name', |
|
50 |
project_type => 'project_type.description', |
|
50 | 51 |
}); |
51 | 52 |
} |
52 | 53 |
|
Auch abrufbar als: Unified diff
Projekttypen verwaltbar gemacht