Revision 76c486e3
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
34 | 34 |
|
35 | 35 |
package IS; |
36 | 36 |
|
37 |
#use strict; |
|
38 |
|
|
39 | 37 |
use List::Util qw(max); |
40 | 38 |
|
41 | 39 |
use SL::AM; |
... | ... | |
49 | 47 |
use SL::IC; |
50 | 48 |
use Data::Dumper; |
51 | 49 |
|
50 |
use strict; |
|
51 |
|
|
52 | 52 |
sub invoice_details { |
53 | 53 |
$main::lxdebug->enter_sub(); |
54 | 54 |
|
Auch abrufbar als: Unified diff
Und wieder ein Schwung strict.