]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/PurchaseInvoice.pm
Die Datenbankfelder notes_bottom und project_manager_id gibt es in der offiziellen...
[kivitendo-erp.git] / SL / DB / MetaSetup / PurchaseInvoice.pm
index 0ea9d10fa3e1c80159ea03817ea41892112c376d..448b2a6e087f1b6b9e4559a832dcbecee322f7fa 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' ],