]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/Default.pm
Konfigurierbares Angebotsgültigkeits-Intervall hinzugefügt
[mfinanz.git] / SL / DB / MetaSetup / Default.pm
index 2822b86b7fda0ba6c5fa1efdfea9458df87896a6..6f9ea2b37f55cf2760fb9a5035715438c92a4a27 100644 (file)
@@ -72,6 +72,7 @@ __PACKAGE__->meta->columns(
   profit_determination                     => { type => 'text' },
   purchase_delivery_order_show_delete      => { type => 'boolean', default => 'true' },
   purchase_order_show_delete               => { type => 'boolean', default => 'true' },
+  reqdate_interval                         => { type => 'integer', default => '0' },
   require_transaction_description_ps       => { type => 'boolean', default => 'false', not_null => 1 },
   requirement_spec_section_order_part_id   => { type => 'integer' },
   revtrans                                 => { type => 'boolean', default => 'false' },