Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 74bb985a

Von Kivitendo Admin vor mehr als 7 Jahren hinzugefügt

  • ID 74bb985acc52a4244cad68df32cb1c8a735c64da
  • Vorgänger 9b80a4c8
  • Nachfolger ae37b24e

FiBu-Schnellsuche - Datumssortierung (neu zuerst)

Unterschiede anzeigen:

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