Einkauf/Verkauf: Eingabe der Vorgangsbezeichnung optional erzwingen
[kivitendo-erp.git] / SL / DB / MetaSetup / Default.pm
index 5242cce..3c84351 100644 (file)
@@ -67,6 +67,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' },
+  require_transaction_description_ps      => { type => 'boolean', default => 'false', not_null => 1 },
   requirement_spec_section_order_part_id  => { type => 'integer' },
   revtrans                                => { type => 'boolean', default => 'false' },
   rfqnumber                               => { type => 'text' },