projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e4f9c
)
GL Presenter - Linkname ist Referenz, nicht trans_id
author
G. Richardson
<information@kivitendo-premium.de>
Tue, 24 Jan 2017 11:35:38 +0000
(12:35 +0100)
committer
G. Richardson
<information@kivitendo-premium.de>
Mon, 30 Jan 2017 13:31:22 +0000
(14:31 +0100)
SL/Presenter/GL.pm
patch
|
blob
|
history
diff --git
a/SL/Presenter/GL.pm
b/SL/Presenter/GL.pm
index
d1c60ea
..
5d67161
100644
(file)
--- a/
SL/Presenter/GL.pm
+++ b/
SL/Presenter/GL.pm
@@
-18,7
+18,7
@@
sub gl_transaction {
my $text = join '', (
$params{no_link} ? '' : '<a href="gl.pl?action=edit&id=' . $self->escape($gl_transaction->id) . '">',
- $self->escape($gl_transaction->
id
),
+ $self->escape($gl_transaction->
reference
),
$params{no_link} ? '' : '</a>',
);
return $self->escaped_text($text);