From 9e7789427199403eb560fe817f0f281fe47d6f3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 9 Nov 2017 12:06:50 +0100 Subject: [PATCH] DATEV::CSV Hopefully last polish: debug kommentare raus --- SL/DATEV/CSV.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/DATEV/CSV.pm b/SL/DATEV/CSV.pm index 5bf81a991..e37b72079 100644 --- a/SL/DATEV/CSV.pm +++ b/SL/DATEV/CSV.pm @@ -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}$/); }, -- 2.20.1