Revision 74bb985a
Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt
SL/Controller/TopQuickSearch/GLTransaction.pm | ||
---|---|---|
49 | 49 |
map( |
50 | 50 |
{ |
51 | 51 |
{ |
52 |
transdate => $_->transdate->to_kivitendo,
|
|
52 |
transdate => $_->transdate->ymd(''), # only used for sorting
|
|
53 | 53 |
label => $_->oneline_summary, |
54 | 54 |
value => '', |
55 | 55 |
id => 'gl.pl?action=edit&id=' . $_->id, |
... | ... | |
63 | 63 |
map( |
64 | 64 |
{ |
65 | 65 |
{ |
66 |
transdate => $_->transdate->to_kivitendo,
|
|
66 |
transdate => $_->transdate->ymd(''),
|
|
67 | 67 |
label => $_->oneline_summary, |
68 | 68 |
value => "", |
69 | 69 |
id => ($_->invoice ? "is" : "ar" ) . '.pl?action=edit&id=' . $_->id, |
... | ... | |
77 | 77 |
map( |
78 | 78 |
{ |
79 | 79 |
{ |
80 |
transdate => $_->transdate->to_kivitendo,
|
|
80 |
transdate => $_->transdate->ymd(''),
|
|
81 | 81 |
label => $_->oneline_summary, |
82 | 82 |
value => "", |
83 | 83 |
id => ($_->invoice ? "ir" : "ap" ) . '.pl?action=edit&id=' . $_->id, |
Auch abrufbar als: Unified diff
FiBu-Schnellsuche - Datumssortierung (neu zuerst)