1 package SL::DB::GLTransaction;
 
   5 use SL::DB::MetaSetup::GLTransaction;
 
   7 __PACKAGE__->meta->initialize;
 
   9 # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all.
 
  10 __PACKAGE__->meta->make_manager_class;
 
  15   my $abbreviation = $::locale->text('GL Transaction (abbreviation)');
 
  16   $abbreviation   .= "(" . $::locale->text('Storno (one letter abbreviation)') . ")" if $self->storno;