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