This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See https://gitlab.nuiton.org/codelutin/echobase.git commit 391ecd01c6cd64b086bbc2af30de42d61ba92058 Author: jcouteau <couteau@codelutin.com> Date: Thu Jan 30 13:58:33 2020 +0100 refs #10217 : fix Stratum vocabulary --- .../ifremer/echobase/services/service/atlantos/xml/XmlBioticExport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlBioticExport.java b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlBioticExport.java index d61b010e..3a7611ca 100644 --- a/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlBioticExport.java +++ b/echobase-services/src/main/java/fr/ifremer/echobase/services/service/atlantos/xml/XmlBioticExport.java @@ -422,7 +422,7 @@ public class XmlBioticExport implements EchoBaseService { xml.create("Netopening", netopening); xml.create("Stratum", - "IDREF", vocabulary.getVocabularyCode("AC_Stratum_" + depthStratum)); + "IDREF", vocabulary.getVocabularyCode(depthStratum, "AC_Stratum_CLAS")); } public void exportCatch(Sample subsample, Float subsampledWeight, Float speciesCategoryWeight, Integer subsampledNumber, Integer speciesCategoryNumber, XmlWriter xml) throws IOException { -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.