]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/BankAccount.pm
ZUGFeRD: Bankkonten: Standardwert »use_for_zugferd« auf FALSE gesetzt
[kivitendo-erp.git] / SL / DB / MetaSetup / BankAccount.pm
index cd3ffce45d7f97f9aca406d4de388df00ddc8eb3..5589ee43d38694b3048179f1a50df2eb0287aea3 100644 (file)
@@ -21,7 +21,7 @@ __PACKAGE__->meta->columns(
   reconciliation_starting_balance => { type => 'numeric', precision => 15, scale => 5 },
   reconciliation_starting_date    => { type => 'date' },
   sortkey                         => { type => 'integer', not_null => 1 },
-  use_for_zugferd                 => { type => 'boolean', not_null => 1 },
+  use_for_zugferd                 => { type => 'boolean', default => 'false', not_null => 1 },
 );
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);