Revision 7c782e1f
Von Kivitendo Admin vor fast 8 Jahren hinzugefügt
SL/Controller/TopQuickSearch/GLTransaction.pm | ||
---|---|---|
57 | 57 |
transdate => $_->transdate->to_kivitendo, |
58 | 58 |
label => $_->oneline_summary, |
59 | 59 |
value => '', |
60 |
url => 'gl.pl?action=edit&id=' . $_->id,
|
|
60 |
id => 'gl.pl?action=edit&id=' . $_->id,
|
|
61 | 61 |
} |
62 | 62 |
} |
63 | 63 |
@{$gls} |
... | ... | |
71 | 71 |
transdate => $_->transdate->to_kivitendo, |
72 | 72 |
label => $_->oneline_summary, |
73 | 73 |
value => "", |
74 |
url => ($_->invoice ? "is" : "ar" ) . '.pl?action=edit&id=' . $_->id,
|
|
74 |
id => ($_->invoice ? "is" : "ar" ) . '.pl?action=edit&id=' . $_->id,
|
|
75 | 75 |
} |
76 | 76 |
} |
77 | 77 |
@{$ars} |
Auch abrufbar als: Unified diff
FiBu Schnellsuche repariert
war in 5b981bb6a5c kaputt gegangen.