X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FMassInvoiceCreatePrint.pm;h=626a6633dc4c685e2817969864a88a0ef4f54585;hb=080707b87d4bc5c523d2dd88b8aaf956a6191dd7;hp=bfaf0a29035576423581f4abfedc894c789564b7;hpb=d104879c27e78a5c2101c8d9227e6419aea15881;p=kivitendo-erp.git 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;