1 package SL::DB::PaymentTerm;
 
   5 use SL::DB::MetaSetup::PaymentTerm;
 
   6 use SL::DB::Manager::PaymentTerm;
 
   7 use SL::DB::Helper::ActsAsList;
 
   8 use SL::DB::Helper::TranslatedAttributes;
 
  10 __PACKAGE__->meta->initialize;
 
  16   push @errors, $::locale->text('The description is missing.')      if !$self->description;
 
  17   push @errors, $::locale->text('The long description is missing.') if !$self->description_long;