]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Presenter/GL.pm
installation_check: pdfinfo nicht mit cpan installieren, nur mit apt
[mfinanz.git] / SL / Presenter / GL.pm
index 5a9c15b023135b260eb831e04ff10bbf04f80e90..5d67161dd0536c5004a67bc2c2ac2354d7055ea2 100644 (file)
@@ -18,7 +18,7 @@ sub gl_transaction {
 
   my $text = join '', (
     $params{no_link} ? '' : '<a href="gl.pl?action=edit&amp;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);
@@ -66,6 +66,8 @@ If falsish (the default) then the trans_id number will be linked to the
 "edit gl" dialog.
 
 
+=back
+
 =back
 
 =head1 BUGS