X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FAssembly.pm;h=801662db65fb1ca6352643cd66e94e10748928cf;hb=4b26e2437f1ea0d13980a1847cbfbfbd133cae2f;hp=03879518313cb00245397b8dc9945994b9566f3a;hpb=f81104ce1ba2455cd5fb4f91c96a7dd3f38427e5;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Assembly.pm b/SL/DB/MetaSetup/Assembly.pm index 038795183..801662db6 100644 --- a/SL/DB/MetaSetup/Assembly.pm +++ b/SL/DB/MetaSetup/Assembly.pm @@ -20,6 +20,8 @@ __PACKAGE__->meta->setup( ], primary_key_columns => [ 'assembly_id' ], + + allow_inline_column_values => 1, ); 1;