Revision 1f2a5b4c
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
19 | 19 |
|
20 | 20 |
use SL::Helper::Number qw(_format_total _round_total); |
21 | 21 |
|
22 |
use List::Util qw(first notall);
|
|
22 |
use List::Util qw(first); |
|
23 | 23 |
use List::MoreUtils qw(any); |
24 | 24 |
use Math::Round qw(nhimult); |
25 | 25 |
|
Auch abrufbar als: Unified diff
S:D:DeliveryOrder: List::Util notall wird nicht (mehr) benutzt