X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d17e1b9d1b761bb19d0cb79a742ea70a07028998..d7d5ec6c9a8763e8939a458cff7994a69e18ed10:/SL/DB/MetaSetup/Default.pm diff --git a/SL/DB/MetaSetup/Default.pm b/SL/DB/MetaSetup/Default.pm index c1deb9c34..435fd2729 100644 --- a/SL/DB/MetaSetup/Default.pm +++ b/SL/DB/MetaSetup/Default.pm @@ -66,8 +66,8 @@ __PACKAGE__->meta->columns( profit_determination => { type => 'text' }, purchase_delivery_order_show_delete => { type => 'boolean', default => 'true' }, purchase_order_show_delete => { type => 'boolean', default => 'true' }, - requirement_spec_section_number_format => { type => 'text', default => 'A00', not_null => 1 }, requirement_spec_function_block_number_format => { type => 'text', default => 'FB000', not_null => 1 }, + requirement_spec_section_number_format => { type => 'text', default => 'A00', not_null => 1 }, revtrans => { type => 'boolean', default => 'false' }, rfqnumber => { type => 'text' }, rmanumber => { type => 'text' },