X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/309ed4d7ccfecee812ca88928786096b4f4a8a53..aae5bae7d37a440abdfab7cf5c36d4fe77ff68f3:/SL/GL.pm diff --git a/SL/GL.pm b/SL/GL.pm index 8ec98c8e5..3b0e74e82 100644 --- a/SL/GL.pm +++ b/SL/GL.pm @@ -38,6 +38,8 @@ package GL; +use Data::Dumper; + sub delete_transaction { my ($self, $myconfig, $form) = @_; $main::lxdebug->enter_sub(); @@ -518,6 +520,7 @@ sub all_transactions { ($form->{gifi_account_description}) = $sth->fetchrow_array; $sth->finish; } + print(STDERR Dumper($form->{GL})); $main::lxdebug->leave_sub(); $dbh->disconnect;