X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d104879c27e78a5c2101c8d9227e6419aea15881..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/Controller/MassInvoiceCreatePrint.pm diff --git a/SL/Controller/MassInvoiceCreatePrint.pm b/SL/Controller/MassInvoiceCreatePrint.pm index bfaf0a290..626a6633d 100644 --- a/SL/Controller/MassInvoiceCreatePrint.pm +++ b/SL/Controller/MassInvoiceCreatePrint.pm @@ -58,7 +58,7 @@ sub action_create_invoices { } my $db = SL::DB::Invoice->new->db; - my $dbh = SL::DB->client->dbh; + my $dbh = $db->dbh; my @invoices; my @already_closed_delivery_orders;