]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Default.pm
Form: round_amount precision support
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index 49628afe68486fe958de214cc5d635374f27611a..af3da6ac7896305ed1c718f888c82821011072b2 100644 (file)
@@ -76,6 +76,7 @@ __PACKAGE__->meta->columns(
   payments_changeable                       => { type => 'integer', default => '0', not_null => 1 },
   pdonumber                                 => { type => 'text' },
   ponumber                                  => { type => 'text' },
+  precision                                 => { type => 'numeric', precision => 15, scale => 5, default => '0.01', not_null => 1 },
   profit_determination                      => { type => 'text' },
   project_status_id                         => { type => 'integer' },
   project_type_id                           => { type => 'integer' },