From a72bd579f8b200dba8518d0bff3e0826928a1493 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 21 May 2013 13:04:54 +0200 Subject: [PATCH] Rose-Model-Update ap (bei a2ab888d vergessen) --- SL/DB/MetaSetup/PurchaseInvoice.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/DB/MetaSetup/PurchaseInvoice.pm b/SL/DB/MetaSetup/PurchaseInvoice.pm index 6f8131b76..e484fb933 100644 --- a/SL/DB/MetaSetup/PurchaseInvoice.pm +++ b/SL/DB/MetaSetup/PurchaseInvoice.pm @@ -43,6 +43,7 @@ __PACKAGE__->meta->setup( transaction_description => { type => 'text' }, storno_id => { type => 'integer' }, direct_debit => { type => 'boolean', default => 'false' }, + deliverydate => { type => 'date' }, currency_id => { type => 'integer', not_null => 1 }, ], -- 2.20.1