X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/82515b2d93dc5632f24d6e0b6f8f05f3fd19fbb0..28d69bb85e934088a56e6e8458cd08d3794e1f8b:/SL/DB/MetaSetup/PurchaseInvoice.pm?ds=sidebyside diff --git a/SL/DB/MetaSetup/PurchaseInvoice.pm b/SL/DB/MetaSetup/PurchaseInvoice.pm index 0ea9d10fa..448b2a6e0 100644 --- a/SL/DB/MetaSetup/PurchaseInvoice.pm +++ b/SL/DB/MetaSetup/PurchaseInvoice.pm @@ -43,7 +43,6 @@ __PACKAGE__->meta->setup( globalproject_id => { type => 'integer' }, transaction_description => { type => 'text' }, storno_id => { type => 'integer' }, - notes_bottom => { type => 'text' }, ], primary_key_columns => [ 'id' ],