Tabelle parts: Fremdschlüssel für Konten - bessere Namen
authorG. Richardson <information@kivitendo-premium.de>
Mon, 1 Aug 2016 08:45:50 +0000 (10:45 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Mon, 1 Aug 2016 08:45:50 +0000 (10:45 +0200)
SL/DB/MetaSetup/Part.pm

index c54a8cf..f3c33a6 100644 (file)
@@ -66,17 +66,17 @@ __PACKAGE__->meta->foreign_keys(
     key_columns => { buchungsgruppen_id => 'id' },
   },
 
-  expense_accno => {
+  expense_account => {
     class       => 'SL::DB::Chart',
     key_columns => { expense_accno_id => 'id' },
   },
 
-  income_accno => {
+  income_account => {
     class       => 'SL::DB::Chart',
     key_columns => { income_accno_id => 'id' },
   },
 
-  inventory_accno => {
+  inventory_account => {
     class       => 'SL::DB::Chart',
     key_columns => { inventory_accno_id => 'id' },
   },