Revert "Form: round_amount precision support"
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index 96c4b0f..4f0fcf0 100644 (file)
@@ -78,7 +78,6 @@ __PACKAGE__->meta->columns(
   payments_changeable                       => { type => 'integer', default => '0', not_null => 1 },
   pdonumber                                 => { type => 'text' },
   ponumber                                  => { type => 'text' },
-  precision                                 => { type => 'numeric', default => '0.01', not_null => 1, precision => 15, scale => 5 },
   profit_determination                      => { type => 'text' },
   project_status_id                         => { type => 'integer' },
   project_type_id                           => { type => 'integer' },