Revision 32ea5056
Von Sven Schöling vor fast 8 Jahren hinzugefügt
SL/Controller/TopQuickSearch/GLTransaction.pm | ||
---|---|---|
50 | 50 |
map { |
51 | 51 |
{ |
52 | 52 |
sortorder => $_->transdate->strftime('%Y%m%d'), # transdate is only used for sorting |
53 |
label => $_->oneline_summary,
|
|
53 |
label => $_->presenter->gist,
|
|
54 | 54 |
value => '', |
55 |
id => $_->url_link,
|
|
55 |
id => $_->presenter->url,
|
|
56 | 56 |
} |
57 | 57 |
} @{$gls}, @{$ars}, @{$aps}; |
58 | 58 |
|
Auch abrufbar als: Unified diff
TopQuickSearch auf Presenter Änderungen umgestellt