branch develop updated (fa09976 -> e5ed78f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository tutti. See http://git.codelutin.com/tutti.git from fa09976 fix NPe sur une caracteristique de type qualitative (fixes #7023) new e5ed78f utilisation de la même unité que celle du modèle (refs #7039) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e5ed78f0ad9c3f3ebced552cffdf3ecbe6646b9e Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 30 21:52:23 2015 +0200 utilisation de la même unité que celle du modèle (refs #7039) Summary of changes: .../tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository tutti. See http://git.codelutin.com/tutti.git commit e5ed78f0ad9c3f3ebced552cffdf3ecbe6646b9e Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Apr 30 21:52:23 2015 +0200 utilisation de la même unité que celle du modèle (refs #7039) --- .../tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java index c99e5c4..cef11c3 100644 --- a/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java +++ b/tutti-ui-swing/src/main/java/fr/ifremer/tutti/ui/swing/content/operation/catches/EditCatchesSvgHandler.java @@ -153,7 +153,7 @@ public class EditCatchesSvgHandler { if (log.isDebugEnabled()) { log.debug("gvtRenderingCompleted"); } - WeightUnit catchWeightUnit = WeightUnit.KG; + WeightUnit catchWeightUnit = model.getCatchWeightUnit(); WeightUnit speciesWeightUnit = config.getSpeciesWeightUnit(); WeightUnit benthosWeightUnit = config.getBenthosWeightUnit(); WeightUnit marineLitterWeightUnit = config.getMarineLitterWeightUnit(); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm