X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5067d7bd31514962af9730b33323b831d87164f8..815c3639a21ed53b288fd8bbb231e741c8e67ce5:/SL/DB/MetaSetup/PartsClassification.pm diff --git a/SL/DB/MetaSetup/PartsClassification.pm b/SL/DB/MetaSetup/PartsClassification.pm index 18e1dff81..108e2914b 100644 --- a/SL/DB/MetaSetup/PartsClassification.pm +++ b/SL/DB/MetaSetup/PartsClassification.pm @@ -12,6 +12,7 @@ __PACKAGE__->meta->columns( abbreviation => { type => 'text' }, description => { type => 'text' }, id => { type => 'serial', not_null => 1 }, + report_separate => { type => 'boolean', default => 'false' }, used_for_purchase => { type => 'boolean', default => 'true' }, used_for_sale => { type => 'boolean', default => 'true' }, );