ShippedQty: Chaining bei Aufruf mit leerem Array
[kivitendo-erp.git] / SL / Presenter / GL.pm
index 5a9c15b..5d67161 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