X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FOE.pm;h=b9aba5c03c27d33e138a54a23f58f1b0c98040e8;hb=f5f077a7993b74d793005e3aea6664debef07853;hp=226da811950290bee5285cd2caac3bf2ab3ad4ce;hpb=831f10968e839d686e9d10881211ecdc578de613;p=kivitendo-erp.git 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);