]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/PurchaseInvoice.pm
AttrDuration-Helfer
[mfinanz.git] / SL / DB / MetaSetup / PurchaseInvoice.pm
index 309884c680ed779fbcd942f9e26bb139cf8f22a0..bee7eb2ae9087ac3bc086efc6237b9492136e863 100644 (file)
@@ -43,6 +43,7 @@ __PACKAGE__->meta->setup(
     globalproject_id        => { type => 'integer' },
     transaction_description => { type => 'text' },
     storno_id               => { type => 'integer' },
+    direct_debit            => { type => 'boolean', default => 'false' },
   ],
 
   primary_key_columns => [ 'id' ],