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