]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/DeliveryOrder.pm
S:D:DeliveryOrder: List::Util notall wird nicht (mehr) benutzt
[mfinanz.git] / SL / DB / DeliveryOrder.pm
index dd1791bc2a4ade7f0b84a49e5c714e60fc0844bc..411132bc4f4bc4bc774ab15bb74a6bad3cf53d5f 100644 (file)
@@ -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);