From 1f2a5b4c5f9ed16e455971d139cf5a1a14212228 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Tue, 19 Jan 2021 12:45:16 +0100 Subject: [PATCH] S:D:DeliveryOrder: List::Util notall wird nicht (mehr) benutzt --- SL/DB/DeliveryOrder.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/DB/DeliveryOrder.pm b/SL/DB/DeliveryOrder.pm index dd1791bc2..411132bc4 100644 --- a/SL/DB/DeliveryOrder.pm +++ b/SL/DB/DeliveryOrder.pm @@ -19,7 +19,7 @@ use SL::DB::Unit; use SL::Helper::Number qw(_format_total _round_total); -use List::Util qw(first notall); +use List::Util qw(first); use List::MoreUtils qw(any); use Math::Round qw(nhimult); -- 2.20.1