X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/99601196d8e8438871fd5a814a0cd802c6fd5d68..218aeb17c2e1259e60a0c9e216f3bb45404d68dd:/SL/Controller/CsvImport/Shipto.pm diff --git a/SL/Controller/CsvImport/Shipto.pm b/SL/Controller/CsvImport/Shipto.pm index c20b574df..1d2fdd7f6 100644 --- a/SL/Controller/CsvImport/Shipto.pm +++ b/SL/Controller/CsvImport/Shipto.pm @@ -88,20 +88,6 @@ sub get_duplicate_check_fields { }; } -sub field_lengths { - return ( shiptoname => 75, - shiptodepartment_1 => 75, - shiptodepartment_2 => 75, - shiptostreet => 75, - shiptozipcode => 75, - shiptocity => 75, - shiptocountry => 75, - shiptocontact => 75, - shiptophone => 30, - shiptofax => 30, - ); -} - sub init_profile { my ($self) = @_;