]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DATEV/CSV.pm
S:DATEV:CSV: Längenbegrenzung bei buchungstext wieder rein
[mfinanz.git] / SL / DATEV / CSV.pm
index 05cc309c2dd09423c676d8a808a194b6da3d5dda..65f6cf0d1ebd764330d77a4b3b5ed3c5ab11aa31 100644 (file)
@@ -134,6 +134,7 @@ my @kivitendo_to_datev = (
                                                        my ($text) = @_; check_encoding($text); },
                               valid_check     => sub { return 1 if     $::instance_conf->get_datev_export_format eq 'cp1252';
                                                        my ($text) = @_; check_encoding($text); },
+                              formatter       => sub { my ($input) = @_; return substr($input, 0, 60) },
                             },  # pos 14
                             {
                               kivi_datev_name => 'not yet implemented',