X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/eb9291da8005a57ecff6f3c2a93a2bf9b6079d37..90d68ea85d317b614482a3f3e27da9db00c7b306:/SL/DB/MetaSetup/Department.pm diff --git a/SL/DB/MetaSetup/Department.pm b/SL/DB/MetaSetup/Department.pm index 93aa92cdc..921601460 100644 --- a/SL/DB/MetaSetup/Department.pm +++ b/SL/DB/MetaSetup/Department.pm @@ -17,6 +17,8 @@ __PACKAGE__->meta->setup( ], primary_key_columns => [ 'id' ], + + allow_inline_column_values => 1, ); 1;