X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDATEV%2FKNEFile.pm;h=e8ad4748acdb5f280efaf5780930b0ffa35a54de;hb=f63af42d0b025b20a5836dad9da6c07388b5da7a;hp=c5f60ea1251c71a263703008ab4b3fa3a9593991;hpb=40d52f5031f6e2344a0e1a8d420b5d22ccca5ea8;p=kivitendo-erp.git diff --git a/SL/DATEV/KNEFile.pm b/SL/DATEV/KNEFile.pm index c5f60ea12..e8ad4748a 100644 --- a/SL/DATEV/KNEFile.pm +++ b/SL/DATEV/KNEFile.pm @@ -1,5 +1,7 @@ package SL::DATEV::KNEFile; +use strict; + sub new { my $type = shift; my $self = {}; @@ -69,6 +71,7 @@ sub format_amount { my $self = shift; my $amount = shift; my $width = shift; + our $stellen; $amount =~ s/-//; my ($places, $decimal_places) = split m/\./, "$amount";