Revision 10d6fe63
Von Sven Schöling vor fast 9 Jahren hinzugefügt
SL/Controller/Letter.pm | ||
---|---|---|
542 | 542 |
SL::Controller::Helper::GetModels->new( |
543 | 543 |
controller => $self, |
544 | 544 |
model => 'Letter', |
545 |
sorted => { |
|
546 |
_default => { |
|
547 |
by => 'letternumber', |
|
548 |
dir => 1, |
|
549 |
}, |
|
550 |
%sort_columns, |
|
551 |
}, |
|
545 |
sorted => \%sort_columns, |
|
552 | 546 |
with_objects => [ 'contact', 'salesman', 'employee' ], |
553 | 547 |
); |
554 | 548 |
} |
Auch abrufbar als: Unified diff
Letter: model sortierung benutzen