Merge branch 'csv-import-in-perl'
[kivitendo-erp.git] / SL / DB / MetaSetup / PurchaseInvoice.pm
index 0ea9d10..448b2a6 100644 (file)
@@ -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' ],