projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5d5a1e
)
S:D:DeliveryOrder: List::Util notall wird nicht (mehr) benutzt
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 19 Jan 2021 11:45:16 +0000
(12:45 +0100)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Wed, 5 May 2021 15:25:03 +0000
(17:25 +0200)
SL/DB/DeliveryOrder.pm
patch
|
blob
|
history
diff --git
a/SL/DB/DeliveryOrder.pm
b/SL/DB/DeliveryOrder.pm
index
dd1791b
..
411132b
100644
(file)
--- 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);