X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/da804bf2a76bec9da604c00208f789a9a312686b..12e513005cda066d28dd1ed69439e916906cfbd3:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 226da8119..b9aba5c03 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -667,7 +667,7 @@ sub retrieve { my ($self, $myconfig, $form) = @_; # connect to database - my $dbh = $form->dbconnect_noauto($myconfig); + my $dbh = $form->get_standard_dbh; my ($query, $query_add, @values, @ids, $sth);