1 # This file has been auto-generated only because it didn't exist.
 
   2 # Feel free to modify it at will; it will not be overwritten automatically.
 
   4 package SL::DB::DeliveryTerm;
 
   8 use SL::DB::MetaSetup::DeliveryTerm;
 
   9 use SL::DB::Manager::DeliveryTerm;
 
  10 use SL::DB::Helper::ActsAsList;
 
  11 use SL::DB::Helper::TranslatedAttributes;
 
  18   push @errors, $::locale->text('The description is missing.')      if !$self->description;
 
  19   push @errors, $::locale->text('The long description is missing.') if !$self->description_long;