]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Part.pm
GDPDU: Steuerdaten konsistent halten, Zahlenformatierung
[kivitendo-erp.git] / SL / DB / MetaSetup / Part.pm
index c54a8cfc79aca661c243de32cf008af55c675d6a..f3c33a606a68d67d654178f032991c8bf831d175 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' },
   },