]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/PartsClassification.pm
Artikel-Klassifizierung: Neue Option "Preis separat ausweisen"
[mfinanz.git] / SL / DB / MetaSetup / PartsClassification.pm
index 18e1dff814bcd6fec6483c814fcb9a7b924460b6..108e2914b0600d08d8bbccea56acc1ab8d8267db 100644 (file)
@@ -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' },
 );