X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/7bff84cbc6daa65a74b9f5c83415c98856eb30a1..6f266e929ff3eaefc84c34b46fa452c50eecbcf4:/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' ],