diff --git a/view-webapp/src/main/webapp/tour-standings.inc.html b/view-webapp/src/main/webapp/tour-standings.inc.html index da6b799..c41eb95 100644 --- a/view-webapp/src/main/webapp/tour-standings.inc.html +++ b/view-webapp/src/main/webapp/tour-standings.inc.html @@ -64,7 +64,7 @@ #foreach($crit in $tour.pairing.placement) #set($junk = $criteres.add($crit)) #end -#if($criteres[0] == 'SCOREX') +#if($criteres[0] == 'SCOREX' && $tour.pairing.type == 'MAC_MAHON') #set($junk = $criteres.add(1, 'MMS')) #end #foreach($crit in $criteres) @@ -96,7 +96,10 @@ #end $rst #end + $log.info("@@@@@ part = $part") + $log.info("@@@@@ crit = $criteres") #foreach($crit in $criteres) + $log.info("@@@@@ $crit found ? $part.containsKey($crit)") #set($value = "$number.format('0.#', $part[$crit])") $value.replace('.5', '½') #end