From: G. Richardson Date: Mon, 3 Aug 2015 06:49:38 +0000 (+0200) Subject: get_standard_dbh für USTVA.pm Abfrage X-Git-Tag: release-3.3.0beta~12 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e7329852a68073086a2beedcdb4ce66f55990766;p=kivitendo-erp.git get_standard_dbh für USTVA.pm Abfrage behebt #73 --- 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";