]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/RMA.pm
Refactoring: Parameterredesign SL::Controller::Base::render und SL::Presenter::render
[kivitendo-erp.git] / SL / DB / MetaSetup / RMA.pm
index 20790e36061f67ee0ecbba4d7ade9106fa6a72e5..beae2322813f6211e29e2b46b8a18abcf43b2ce3 100644 (file)
@@ -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' },