X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4fa7102b36468079313df9e579f7537d49aab859..361d8846ed83e99bb34b13c46b4e6b5a7090c70f:/SL/DB/MetaSetup/Customer.pm diff --git a/SL/DB/MetaSetup/Customer.pm b/SL/DB/MetaSetup/Customer.pm index a1d1dec5f..82d808cf9 100644 --- a/SL/DB/MetaSetup/Customer.pm +++ b/SL/DB/MetaSetup/Customer.pm @@ -53,8 +53,8 @@ __PACKAGE__->meta->setup( iban => { type => 'varchar', length => 100 }, bic => { type => 'varchar', length => 100 }, direct_debit => { type => 'boolean', default => 'false' }, - curr => { type => 'character', length => 3 }, - taxincluded_checked => { type => 'varchar', length => 1 }, + curr => { type => 'text' }, + taxincluded_checked => { type => 'boolean' }, ], primary_key_columns => [ 'id' ],