X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4b1261d87da233ef8184615807a72b8a70bd14ec..f05112c2697a434803c8e223facda20b50f64a56:/SL/DB/MetaSetup/Vendor.pm diff --git a/SL/DB/MetaSetup/Vendor.pm b/SL/DB/MetaSetup/Vendor.pm index 3a3c2a413..6a0969fdf 100644 --- a/SL/DB/MetaSetup/Vendor.pm +++ b/SL/DB/MetaSetup/Vendor.pm @@ -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' },