X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0ffbc528b4d27f7e3d9837798d40d477c472e767..7e0130b0bd535dfceba01fe3f4eb6a552ab464a7:/SL/DB/MetaSetup/Customer.pm?ds=inline diff --git a/SL/DB/MetaSetup/Customer.pm b/SL/DB/MetaSetup/Customer.pm index 1537bf6c3..ea5e3281b 100644 --- a/SL/DB/MetaSetup/Customer.pm +++ b/SL/DB/MetaSetup/Customer.pm @@ -33,7 +33,7 @@ __PACKAGE__->meta->columns( fax => { type => 'varchar', length => 30 }, greeting => { type => 'text' }, homepage => { type => 'text' }, - hourly_rate => { type => 'numeric', precision => 2, scale => 8 }, + hourly_rate => { type => 'numeric', precision => 8, scale => 2 }, iban => { type => 'varchar', length => 100 }, id => { type => 'integer', not_null => 1, sequence => 'id' }, itime => { type => 'timestamp', default => 'now()' },