X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FRMA.pm;h=beae2322813f6211e29e2b46b8a18abcf43b2ce3;hb=3b4068e20d8f7b044b9f85eccacac99ba3d453b3;hp=20790e36061f67ee0ecbba4d7ade9106fa6a72e5;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/RMA.pm b/SL/DB/MetaSetup/RMA.pm index 20790e360..beae23228 100644 --- a/SL/DB/MetaSetup/RMA.pm +++ b/SL/DB/MetaSetup/RMA.pm @@ -21,7 +21,7 @@ __PACKAGE__->meta->setup( taxincluded => { type => 'boolean' }, shippingpoint => { type => 'text' }, notes => { type => 'text' }, - curr => { type => 'character', length => 3 }, + curr => { type => 'text' }, employee_id => { type => 'integer' }, closed => { type => 'boolean', default => 'false' }, quotation => { type => 'boolean', default => 'false' },