From e7329852a68073086a2beedcdb4ce66f55990766 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Mon, 3 Aug 2015 08:49:38 +0200 Subject: [PATCH] =?utf8?q?get=5Fstandard=5Fdbh=20f=C3=BCr=20USTVA.pm=20Abf?= =?utf8?q?rage?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit behebt #73 --- SL/USTVA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 378f48e88..0dfa36ff0 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -659,7 +659,7 @@ sub ustva { my ($self, $myconfig, $form) = @_; # connect to database - my $dbh = $form->dbconnect($myconfig); + my $dbh = $form->get_standard_dbh; my $last_period = 0; my $category = "pos_ustva"; -- 2.20.1