]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/PartClassification.pm
Artikel-Klassifizierung: "Preis separat ausweisen"
[kivitendo-erp.git] / SL / DB / MetaSetup / PartClassification.pm
index 676fa2148d9717b6e3e5bc686d1c4d734cc589f3..0377ee557e7df08d5b14a7e3720f5c5596872860 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' },
 );