X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FAssembly.pm;h=801662db65fb1ca6352643cd66e94e10748928cf;hb=25ad1535122a8cd3bab24b0b71bd9bf887c40641;hp=03879518313cb00245397b8dc9945994b9566f3a;hpb=4cbe32ff62fcce20fff876292ace807c5a61535b;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;