]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
DB/BankTransaction: Kosmetik Fall SEPA-Check
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index d674c1ad819ef0a2f9c3c232a2e7aae6ae7b189b..85954739d1d9569643e268375182c84827906b10 100644 (file)
@@ -73,6 +73,7 @@ __PACKAGE__->meta->columns(
   feature_datev                             => { type => 'boolean', default => 'true', not_null => 1 },
   feature_erfolgsrechnung                   => { type => 'boolean', default => 'false', not_null => 1 },
   feature_eurechnung                        => { type => 'boolean', default => 'true', not_null => 1 },
+  feature_experimental                      => { type => 'boolean', default => 'true', not_null => 1 },
   feature_ustva                             => { type => 'boolean', default => 'true', not_null => 1 },
   fxgain_accno_id                           => { type => 'integer' },
   fxloss_accno_id                           => { type => 'integer' },