jQuery-Script/Methode zum Anstoßen von Downloads
[kivitendo-erp.git] / SL / DB / MetaSetup / Customer.pm
index a1d1dec..82d808c 100644 (file)
@@ -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' ],