]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Vendor.pm
MetaSetup für discount in Vendor
[kivitendo-erp.git] / SL / DB / MetaSetup / Vendor.pm
index 3a3c2a41326926d8f7661e03be3dd8dc5f6d21ae..6a0969fdf34f15c74d2edfa39ae50e96e38c27d0 100644 (file)
@@ -26,7 +26,7 @@ __PACKAGE__->meta->columns(
   department_2     => { type => 'text' },
   depositor        => { type => 'text' },
   direct_debit     => { type => 'boolean', default => 'false' },
-  discount         => { type => 'float', precision => 4, scale => 4 },
+  discount         => { type => 'float', scale => 4 },
   email            => { type => 'text' },
   fax              => { type => 'text' },
   greeting         => { type => 'text' },