X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/SL/DB/MetaSetup/Inventory.pm diff --git a/SL/DB/MetaSetup/Inventory.pm b/SL/DB/MetaSetup/Inventory.pm index 14d1ea158..25530047b 100644 --- a/SL/DB/MetaSetup/Inventory.pm +++ b/SL/DB/MetaSetup/Inventory.pm @@ -23,7 +23,7 @@ __PACKAGE__->meta->columns( parts_id => { type => 'integer', not_null => 1 }, project_id => { type => 'integer' }, qty => { type => 'numeric', precision => 25, scale => 5 }, - shippingdate => { type => 'date' }, + shippingdate => { type => 'date', not_null => 1 }, trans_id => { type => 'integer', not_null => 1 }, trans_type_id => { type => 'integer', not_null => 1 }, warehouse_id => { type => 'integer', not_null => 1 },