]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/GLTransaction.pm
Presenter: Neue Struktur in Belegen umgesetzt
[mfinanz.git] / SL / DB / GLTransaction.pm
index 2ad8e0c0dd24c7da90f220c1b354585e7590a6ee..b0c2655154a326ff7942d1ba7947fbba7d533910 100644 (file)
@@ -46,7 +46,7 @@ sub link {
   my ($self) = @_;
 
   my $html;
-  $html   = SL::Presenter->get->gl_transaction($self, display => 'inline');
+  $html   = $self->presenter->gl_transaction(display => 'inline');
 
   return $html;
 }