X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3eb3d1b144adb92e62de08e67dc6ff3d39bf7483..eebe8e90991eacadb6fbd20a648c152017a620c7:/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm?ds=inline diff --git a/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm b/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm index e914a6449..eae8481d4 100644 --- a/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm +++ b/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm @@ -14,6 +14,7 @@ __PACKAGE__->meta->columns( copies => { type => 'integer' }, end_date => { type => 'date' }, extend_automatically_by => { type => 'integer' }, + first_billing_date => { type => 'date' }, id => { type => 'integer', not_null => 1, sequence => 'id' }, oe_id => { type => 'integer', not_null => 1 }, periodicity => { type => 'varchar', length => 10, not_null => 1 },