projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0b6af4
)
DATEV::CSV Hopefully last polish: debug kommentare raus
author
Jan Büren
<jan@kivitendo-premium.de>
Thu, 9 Nov 2017 11:06:50 +0000
(12:06 +0100)
committer
Jan Büren
<jan@kivitendo-premium.de>
Thu, 9 Nov 2017 11:06:50 +0000
(12:06 +0100)
SL/DATEV/CSV.pm
patch
|
blob
|
history
diff --git
a/SL/DATEV/CSV.pm
b/SL/DATEV/CSV.pm
index
5bf81a9
..
e37b720
100644
(file)
--- 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}$/);
},