X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f9676efea9ccfa01df2a57dca9c45cc8fde0d09e..7ea32650019b2611e03f83ccaa904a03d6a6b3d1:/SL/DB/MetaSetup/RMA.pm 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' },