]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/RequirementSpecItem.pm
Pflichtenhefte: Faktor für Verkaufspreis in Abschnitten & »Kostenschätzung« umbenannt
[kivitendo-erp.git] / SL / DB / MetaSetup / RequirementSpecItem.pm
index 07bac0761e67c06f0e85c19ea4e1169ed5eb4ec5..50c167deda61d437c4d8fd7c192ac52f2afafece 100644 (file)
@@ -24,6 +24,7 @@ __PACKAGE__->meta->columns(
   position             => { type => 'integer', not_null => 1 },
   requirement_spec_id  => { type => 'integer', not_null => 1 },
   risk_id              => { type => 'integer' },
+  sellprice_factor     => { type => 'numeric', default => 1, precision => 10, scale => 5 },
   time_estimation      => { type => 'numeric', default => '0', not_null => 1, precision => 12, scale => 2 },
   title                => { type => 'text' },
 );