From: Jan Büren Date: Wed, 16 Feb 2022 10:02:28 +0000 (+0100) Subject: Analog zu deb78525654e0 X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~209 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=c11697d16352fc16dc0f70d7f555877d4936cd8c;p=kivitendo-erp.git Analog zu deb78525654e0 --- 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;