From c11697d16352fc16dc0f70d7f555877d4936cd8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 16 Feb 2022 11:02:28 +0100 Subject: [PATCH] Analog zu deb78525654e0 --- SL/Controller/MassInvoiceCreatePrint.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1