]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/PurchaseInvoice.pm
Merge branch 'master' of github.com:kivitendo/kivitendo-erp
[mfinanz.git] / SL / DB / MetaSetup / PurchaseInvoice.pm
index 6f8131b767714e0afc093e79a81e1971cabb0fd8..e484fb933954c0aab0dc5d9c42c4bed8392f81ee 100644 (file)
@@ -43,6 +43,7 @@ __PACKAGE__->meta->setup(
     transaction_description => { type => 'text' },
     storno_id               => { type => 'integer' },
     direct_debit            => { type => 'boolean', default => 'false' },
     transaction_description => { type => 'text' },
     storno_id               => { type => 'integer' },
     direct_debit            => { type => 'boolean', default => 'false' },
+    deliverydate            => { type => 'date' },
     currency_id             => { type => 'integer', not_null => 1 },
   ],
 
     currency_id             => { type => 'integer', not_null => 1 },
   ],