]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/BankAccount.pm
ZUGFeRD-Import: UStID-Nr auch finden, wenn sie nicht normalisiert sind
[mfinanz.git] / SL / DB / MetaSetup / BankAccount.pm
index 8f1abeac609e215b0a5fc311715993e3af3f3798..cd3ffce45d7f97f9aca406d4de388df00ddc8eb3 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::BankAccount;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('bank_accounts');
 
@@ -21,6 +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 },
 );
 
 __PACKAGE__->meta->primary_key_columns([ 'id' ]);