1 package SL::DB::Department;
 
   5 use SL::DB::MetaSetup::Department;
 
   6 use SL::DB::Manager::Department;
 
   8 __PACKAGE__->meta->initialize;
 
  14   push @errors, $::locale->text('The description is missing.') if !$self->description;
 
  22   # Since the removal of table dpt_trans no check is required here anymore.
 
  23   return undef if !$self->id;