X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/5067d7bd31514962af9730b33323b831d87164f8..d1f44c84d990f57982854c6a4716c0f233f45bca:/SL/DB/MetaSetup/Part.pm diff --git a/SL/DB/MetaSetup/Part.pm b/SL/DB/MetaSetup/Part.pm index 7c79e2e0e..6e758e499 100644 --- a/SL/DB/MetaSetup/Part.pm +++ b/SL/DB/MetaSetup/Part.pm @@ -65,7 +65,7 @@ __PACKAGE__->meta->foreign_keys( }, classification => { - class => 'SL::DB::PartsClassification', + class => 'SL::DB::PartClassification', key_columns => { classification_id => 'id' }, },