X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FAssembly.pm;h=801662db65fb1ca6352643cd66e94e10748928cf;hb=4b26e2437f1ea0d13980a1847cbfbfbd133cae2f;hp=408eea7af8b6cd624879d7d0a4201ad6d598fbdf;hpb=82515b2d93dc5632f24d6e0b6f8f05f3fd19fbb0;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Assembly.pm b/SL/DB/MetaSetup/Assembly.pm index 408eea7af..801662db6 100644 --- a/SL/DB/MetaSetup/Assembly.pm +++ b/SL/DB/MetaSetup/Assembly.pm @@ -16,8 +16,6 @@ __PACKAGE__->meta->setup( bom => { type => 'boolean' }, itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, - variable => { type => 'boolean', default => 'false', not_null => 1, remarks => 'true if this part of the assembly is variable, and can be modified' }, - item_id => { type => 'integer', remarks => 'used to group parts in an assembly for exclusive options' }, assembly_id => { type => 'serial', not_null => 1 }, ],