]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Buchungsgruppe.pm
epic-ts
[mfinanz.git] / SL / DB / MetaSetup / Buchungsgruppe.pm
index bda9c78bf022e886d0968a044e659a52a9a51dbd..fde083ab311cda9f8efe7a99d77cc3f4ca64d7e4 100644 (file)
@@ -4,21 +4,13 @@ package SL::DB::Buchungsgruppe;
 
 use strict;
 
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('buchungsgruppen');
 
 __PACKAGE__->meta->columns(
   description        => { type => 'text' },
 
 __PACKAGE__->meta->table('buchungsgruppen');
 
 __PACKAGE__->meta->columns(
   description        => { type => 'text' },
-  expense_accno_id_0 => { type => 'integer' },
-  expense_accno_id_1 => { type => 'integer' },
-  expense_accno_id_2 => { type => 'integer' },
-  expense_accno_id_3 => { type => 'integer' },
   id                 => { type => 'integer', not_null => 1, sequence => 'id' },
   id                 => { type => 'integer', not_null => 1, sequence => 'id' },
-  income_accno_id_0  => { type => 'integer' },
-  income_accno_id_1  => { type => 'integer' },
-  income_accno_id_2  => { type => 'integer' },
-  income_accno_id_3  => { type => 'integer' },
   inventory_accno_id => { type => 'integer' },
   sortkey            => { type => 'integer', not_null => 1 },
 );
   inventory_accno_id => { type => 'integer' },
   sortkey            => { type => 'integer', not_null => 1 },
 );