X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/82ff5451c8babb72b4963f8d3bbb4b604a3b4675..3649d1c496c1ab6a9959b51bc9a7ba406d1507c9:/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm diff --git a/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm b/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm index 1aeb42fd7..dfc43f435 100644 --- a/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm +++ b/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm @@ -12,6 +12,7 @@ __PACKAGE__->meta->columns( active => { type => 'boolean', default => 'true' }, ar_chart_id => { type => 'integer', not_null => 1 }, copies => { type => 'integer' }, + direct_debit => { type => 'boolean', default => 'false', not_null => 1 }, end_date => { type => 'date' }, extend_automatically_by => { type => 'integer' }, first_billing_date => { type => 'date' },