]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Controller/CsvImport/Shipto.pm
wzToolTip durch jQuery ToolTipster ersetzt
[mfinanz.git] / SL / Controller / CsvImport / Shipto.pm
index c20b574dfd3d934ce7f0e6f61fbd6b2038867231..e32da468b52483c40aa687bafe397c7db62095c7 100644 (file)
@@ -11,6 +11,9 @@ use Rose::Object::MakeMethods::Generic
  scalar => [ qw(table) ],
 );
 
+sub set_profile_defaults {
+};
+
 sub init_class {
   my ($self) = @_;
   $self->class('SL::DB::Shipto');
@@ -88,20 +91,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) = @_;