DATEV::CSV Hopefully last polish: debug kommentare raus
authorJan Büren <jan@kivitendo-premium.de>
Thu, 9 Nov 2017 11:06:50 +0000 (12:06 +0100)
committerJan Büren <jan@kivitendo-premium.de>
Thu, 9 Nov 2017 11:06:50 +0000 (12:06 +0100)
SL/DATEV/CSV.pm

index 5bf81a9..e37b720 100644 (file)
@@ -232,7 +232,6 @@ my @kivitendo_to_datev = (
                               formatter       => sub { my ($input) = @_; $input =~ s/\s//g; return $input },
                               valid_check     => sub {
                                                        my ($ustid) = @_;
-#                                                       croak("hier" . $ustid) if $ustid;
                                                        return 1 if ('' eq $ustid);
                                                        return ($ustid =~ m/^CH|^[A-Z]{2}\w{5,13}$/);
                                                      },