get_standard_dbh für USTVA.pm Abfrage
authorG. Richardson <information@kivitendo-premium.de>
Mon, 3 Aug 2015 06:49:38 +0000 (08:49 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 3 Aug 2015 06:50:14 +0000 (08:50 +0200)
behebt #73

SL/USTVA.pm

index 378f48e..0dfa36f 100644 (file)
@@ -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";