]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/OE.pm
Bug 1520: Division by zero Fehler
[kivitendo-erp.git] / SL / OE.pm
index 226da811950290bee5285cd2caac3bf2ab3ad4ce..b9aba5c03c27d33e138a54a23f58f1b0c98040e8 100644 (file)
--- 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);