X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FCustomer.pm;h=82d808cf958705875a3b265b90ea6fbbba92b268;hb=e36b34d301ba80bbb8f9ba2fe33608e153f8f71c;hp=a1d1dec5f157e00c2b7333dab397f72705ffdbb3;hpb=7bff84cbc6daa65a74b9f5c83415c98856eb30a1;p=kivitendo-erp.git 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' ],