Revision 1f2a5b4c
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
|
||
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);
|
||
|
Auch abrufbar als: Unified diff
S:D:DeliveryOrder: List::Util notall wird nicht (mehr) benutzt