X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FInvoice.pm;h=be3466d60854756b25e0d85b51286bb6fce16266;hb=4791db863d4fa954318024ea1d79e62572ae2eb1;hp=6269da90a544b8e35c6f2b55c2b0a15506679253;hpb=4fd22b569d4436293e0a9d364d7356b5bfc503e5;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Invoice.pm b/SL/DB/MetaSetup/Invoice.pm index 6269da90a..be3466d60 100644 --- a/SL/DB/MetaSetup/Invoice.pm +++ b/SL/DB/MetaSetup/Invoice.pm @@ -54,7 +54,6 @@ __PACKAGE__->meta->setup( storno_id => { type => 'integer' }, marge_total => { type => 'numeric', precision => 5, scale => 15 }, marge_percent => { type => 'numeric', precision => 5, scale => 15 }, - notes_bottom => { type => 'text' }, donumber => { type => 'text' }, ],