minor
authorn.hoffmann <n.hoffmann@localhost>
Thu, 21 Oct 2010 14:03:22 +0000 (14:03 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 21 Oct 2010 14:03:22 +0000 (14:03 +0000)
taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/section/occurrence/DeterminationEventDetailSection.java

index 62269a5448f39e177c42428ee1f5ee9d25211089..b9518e18cabfc7fe92ca8f358be16115ac5bbdfc 100644 (file)
@@ -54,7 +54,7 @@ public class DeterminationEventDetailSection extends
        @Override
        public DeterminationEvent createNewElement() {
                DeterminationEvent instance = DeterminationEvent.NewInstance();
-               instance.setIdentifiedUnit(getEntity().getDerivedUnit());
+               instance.setIdentifiedUnit(getEntity().innerDerivedUnit());
                return instance;
        }