X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FRMA.pm;h=beae2322813f6211e29e2b46b8a18abcf43b2ce3;hb=7ea32650019b2611e03f83ccaa904a03d6a6b3d1;hp=20790e36061f67ee0ecbba4d7ade9106fa6a72e5;hpb=f9676efea9ccfa01df2a57dca9c45cc8fde0d09e;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' },