X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..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' ],