]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/PeriodicInvoicesConfig.pm
PriceRule: Waren auch im Einkauf zulassen.
[kivitendo-erp.git] / SL / DB / MetaSetup / PeriodicInvoicesConfig.pm
index e914a6449650302c8de2012fc0282d741620d87e..eae8481d42160b4f9a32df2160daff8b32fe0428 100644 (file)
@@ -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 },