X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FPurchaseInvoice.pm;h=eb18f7058ca93f1213e0defbc982feb1997da84c;hb=d2799b104f9541f9ef47445f07c3bfadca7b5b7e;hp=448b2a6e087f1b6b9e4559a832dcbecee322f7fa;hpb=2cf0bf46e2d6372ad8402d73e2ab1e7cc59b122e;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/PurchaseInvoice.pm b/SL/DB/MetaSetup/PurchaseInvoice.pm index 448b2a6e0..eb18f7058 100644 --- a/SL/DB/MetaSetup/PurchaseInvoice.pm +++ b/SL/DB/MetaSetup/PurchaseInvoice.pm @@ -23,7 +23,7 @@ __PACKAGE__->meta->setup( duedate => { type => 'date' }, invoice => { type => 'boolean', default => 'false' }, ordnumber => { type => 'text' }, - curr => { type => 'character', length => 3 }, + curr => { type => 'text' }, notes => { type => 'text' }, employee_id => { type => 'integer' }, quonumber => { type => 'text' },