Modifiche per il documento Per anno
Dalla versione 82.1
modificato da Andrea Omicini
il 29/10/2021 15:44
il 29/10/2021 15:44
Cambia il commento:
Nessun commento per questa versione
Alla versione 79.1
modificato da Andrea Omicini
il 29/10/2021 15:39
il 29/10/2021 15:39
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,11 +9,9 @@ 9 9 #set( $firstYear = $mathtool.toInteger($firstYearTh) )$firstYear 10 10 #set( $lastYear = $mathtool.toInteger($lastYearTh) )$lastYear 11 11 #set( $yearList = [$lastYear..$firstYear] ) 12 -#if( $yearPar >0)??12 +#if( $yearPar != '' ) 13 13 #set( $oneYear = true ) 14 - #set( $firstYear = $yearPar ) 15 - #set( $lastYear = $toPar ) 16 - #set( $yearList = [$lastYear..$firstYear] ) 14 + #set( $yearList = [$yearPar] ) 17 17 #else 18 18 #if( $fromPar != '' && $fromPar > $firstYear ) 19 19 #set( $firstYear = $fromPar )